python: scrypt: remove myself from maintainers

I don't use the package anymore.
This commit is contained in:
asymmetric 2020-05-27 14:16:06 +00:00 committed by Jon
parent d190eca583
commit c3f947309a

View File

@ -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;
}; };
} }