Update address to contact the contributors team
authorMagnus Hagander <magnus@hagander.net>
Thu, 27 May 2021 14:54:24 +0000 (16:54 +0200)
committerMagnus Hagander <magnus@hagander.net>
Thu, 27 May 2021 14:54:24 +0000 (16:54 +0200)
The top of the page said report additions to contributors@, and the
bottom said report omissions to webmaster@. For consistency, this
changes both to go to contributors@.

templates/contributors/list.html

index 4ab4fda8a0a0d6c80762d6bfd08b4ee5035b38c8..68efe7b4ebc02c9a8fbae94eac43dde5d2a71a47 100644 (file)
@@ -61,5 +61,5 @@
 {%endfor%}
 
 <p>All contributors are listed in alphabetical order.
-Please report omissions or corrections to the <a href="mailto:webmaster@postgresql.org">webmaster</a>.</p>
+Please report omissions or corrections to the <a href="mailto:contributors@postgresql.org">contributors@postgresql.org</a>.</p>
 {%endblock%}