Remove myself as maintainer from packages

I'm currently not maintaining any packages.
This commit is contained in:
Florian Friesdorf
2019-02-22 16:14:13 +01:00
parent e5405f9ae8
commit fbef5ab82f
63 changed files with 63 additions and 63 deletions

View File

@@ -98,6 +98,6 @@ stdenv.mkDerivation rec {
'';
license = stdenv.lib.licenses.psfl;
platforms = stdenv.lib.platforms.all;
maintainers = with stdenv.lib.maintainers; [ lnl7 chaoflow domenkozar ];
maintainers = with stdenv.lib.maintainers; [ lnl7 domenkozar ];
};
}