about summary refs log tree commit diff
path: root/pkgs/development/python-modules/ecdsa
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2020-07-28 02:03:11 +0200
committeraszlig <aszlig@nix.build>2020-07-28 02:08:36 +0200
commit3873e0d191728eabd3f0f732ffcb3e67892a3081 (patch)
treef8358a46b408503543adb15c53ebcd5c72f1972f /pkgs/development/python-modules/ecdsa
parent127d1fb3a79ae419e99dc604cb463ac275b08cd7 (diff)
Unmaintain packages I don't use anymore
Just got a reminder via the vulnerability roundup[1] that I'm still
listed as maintainer for Synergy, even though I stopped using it years
ago.

I'll also take this as an opportunity to remove myself from other
packages which I stopped using and thus most certainly won't be able to
maintain. The latter is already hard enough these days for software
which I *do* use.

[1]: https://github.com/NixOS/nixpkgs/issues/94007

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'pkgs/development/python-modules/ecdsa')
-rw-r--r--pkgs/development/python-modules/ecdsa/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/ecdsa/default.nix b/pkgs/development/python-modules/ecdsa/default.nix
index 7c991c528cdda..0f224bd8ab0b8 100644
--- a/pkgs/development/python-modules/ecdsa/default.nix
+++ b/pkgs/development/python-modules/ecdsa/default.nix
@@ -22,7 +22,6 @@ buildPythonPackage rec {
     description = "ECDSA cryptographic signature library";
     homepage = "https://github.com/warner/python-ecdsa";
     license = licenses.mit;
-    maintainers = with maintainers; [ aszlig ];
   };
 
 }