mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
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:
parent
aa8c68053a
commit
3f3f5a0d5d
1 changed files with 1 additions and 1 deletions
|
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue