Remove myself as maintainer.

I'm not really that familiar with these two packages.
This commit is contained in:
James Cook
2020-02-16 22:15:39 +00:00
parent 79e1b3ddb5
commit b0a26b3b52
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ python3Packages.buildPythonApplication rec {
meta = with stdenv.lib; {
description = "Offline APT package manager";
license = licenses.gpl3;
maintainers = [ maintainers.falsifian ];
maintainers = [ ];
platforms = platforms.linux;
};
}