mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
python: scrypt: remove myself from maintainers
I don't use the package anymore.
This commit is contained in:
parent
d190eca583
commit
c3f947309a
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Bindings for scrypt key derivation function library";
|
||||
homepage = "https://pypi.python.org/pypi/scrypt";
|
||||
maintainers = with maintainers; [ asymmetric ];
|
||||
maintainers = [];
|
||||
license = licenses.bsd2;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user