nginx: add myself as maintainer
This commit is contained in:
parent
fc3db0f443
commit
e2a3d3f559
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue