From c3f947309ae9b6a1c8047bde69e9ddbba4c4d215 Mon Sep 17 00:00:00 2001 From: asymmetric Date: Wed, 27 May 2020 14:16:06 +0000 Subject: [PATCH] python: scrypt: remove myself from maintainers I don't use the package anymore. --- pkgs/development/python-modules/py_scrypt/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/py_scrypt/default.nix b/pkgs/development/python-modules/py_scrypt/default.nix index 056a0299670..0606dc35bf7 100644 --- a/pkgs/development/python-modules/py_scrypt/default.nix +++ b/pkgs/development/python-modules/py_scrypt/default.nix @@ -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; }; }