maintainers: remove superherointj

This commit is contained in:
superherointj
2021-11-02 21:38:27 -03:00
committed by Jonathan Ringer
parent 679fb825a2
commit df4fac48fc
42 changed files with 46 additions and 54 deletions
@@ -32,6 +32,6 @@ buildPythonPackage rec {
downloadPage = "https://github.com/buildout/buildout";
homepage = "https://www.buildout.org";
license = licenses.zpl21;
maintainers = with maintainers; [ superherointj ];
maintainers = with maintainers; [ ];
};
}