log4shib: remove jammerful from meta.maintainers

This commit is contained in:
Anderson Torres 2023-11-24 11:49:22 -03:00
parent d7605f18a9
commit faf405f114

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation {
meta = with lib; {
description = "A forked version of log4cpp that has been created for the Shibboleth project";
maintainers = [ maintainers.jammerful ];
maintainers = [ ];
license = licenses.lgpl21;
homepage = "http://log4cpp.sf.net";
};