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; {
|
meta = with stdenv.lib; {
|
||||||
description = "Bindings for scrypt key derivation function library";
|
description = "Bindings for scrypt key derivation function library";
|
||||||
homepage = "https://pypi.python.org/pypi/scrypt";
|
homepage = "https://pypi.python.org/pypi/scrypt";
|
||||||
maintainers = with maintainers; [ asymmetric ];
|
maintainers = [];
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user