Package: qa.debian.org Severity: normal Tags: patch User: qa.debian....@packages.debian.org Usertags: udd
Hi, I just randomly stumbled over https://udd.debian.org/cgi-bin/new-maintainers.cgi and noticed that it says "his name and email" instead of being gender neutral. Attached patch fixes this problem. Thanks! cheers, josch
>From ddf3962207eaf61f24b73a1138c124c2142042b9 Mon Sep 17 00:00:00 2001 From: josch <j.scha...@email.de> Date: Thu, 8 Jan 2015 12:48:49 +0100 Subject: [PATCH] web/cgi-bin/new-maintainers.cgi: be gender neutral --- web/cgi-bin/new-maintainers.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/cgi-bin/new-maintainers.cgi b/web/cgi-bin/new-maintainers.cgi index 31b54a1..41f3961 100755 --- a/web/cgi-bin/new-maintainers.cgi +++ b/web/cgi-bin/new-maintainers.cgi @@ -61,7 +61,7 @@ sth.execute ; rows = sth.fetch_all unless csvflag puts "<h2>New Debian maintainers</h2>" - puts "This page lists the first upload of each maintainer (identified by his name and email), together with its sponsor." + puts "This page lists the first upload of each maintainer (identified by their name and email), together with its sponsor." puts "<table>" -- 2.0.1