jenkins: add earldouglas as a maintainer

This commit is contained in:
James Earl Douglas 2017-11-07 07:56:37 -07:00
parent c7e3555d8b
commit 0e5014def9
No known key found for this signature in database
GPG Key ID: 34703916F32199A0

View File

@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
homepage = http://jenkins-ci.org;
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ coconnor fpletz ];
maintainers = with maintainers; [ coconnor fpletz earldouglas ];
};
}