scons: Remove myself as maintainer

I'm not using it anymore but it would be great if we could find a new
maintainer as SCons is a build tool on which a few other packages
depend.
This commit is contained in:
Michael Weiss 2021-05-30 15:18:00 +02:00
parent aa8c68053a
commit 3f3f5a0d5d
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

View File

@ -43,6 +43,6 @@ python3Packages.buildPythonApplication rec {
changelog = "https://raw.githubusercontent.com/SConsProject/scons/rel_${version}/src/CHANGES.txt";
license = licenses.mit;
platforms = platforms.all;
maintainers = [ maintainers.primeos ];
maintainers = [ ];
};
}