summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/http
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2020-12-17 19:58:07 +0100
committerajs124 <git@ajs124.de>2020-12-17 19:58:07 +0100
commite2a3d3f559f85b52b130f9f846e02f11e438821d (patch)
tree61933d7e8199a7c7d65266bf2e67e326cb2aa9be /pkgs/servers/http
parentfc3db0f443d7520c829ec10002ddacea97157a1f (diff)
nginx: add myself as maintainer
Diffstat (limited to 'pkgs/servers/http')
-rw-r--r--pkgs/servers/http/nginx/generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/http/nginx/generic.nix b/pkgs/servers/http/nginx/generic.nix
index 6ec5b0a78510..2b2af8966e99 100644
--- a/pkgs/servers/http/nginx/generic.nix
+++ b/pkgs/servers/http/nginx/generic.nix
@@ -149,6 +149,6 @@ stdenv.mkDerivation {
homepage = "http://nginx.org";
license = licenses.bsd2;
platforms = platforms.all;
- maintainers = with maintainers; [ thoughtpolice raskin fpletz globin ];
+ maintainers = with maintainers; [ thoughtpolice raskin fpletz globin ajs124 ];
};
}