Skip to content

Commit 3873e0d

Browse files
committed
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]: #94007 Signed-off-by: aszlig <aszlig@nix.build>
1 parent 127d1fb commit 3873e0d

6 files changed

Lines changed: 3 additions & 6 deletions

File tree

pkgs/applications/audio/mixxx/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ mkDerivation rec {
5252
homepage = "https://mixxx.org";
5353
description = "Digital DJ mixing software";
5454
license = licenses.gpl2Plus;
55-
maintainers = [ maintainers.aszlig maintainers.goibhniu maintainers.bfortz ];
55+
maintainers = [ maintainers.goibhniu maintainers.bfortz ];
5656
platforms = platforms.linux;
5757
};
5858
}

pkgs/applications/misc/synergy/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
7575
description = "Share one mouse and keyboard between multiple computers";
7676
homepage = "http://synergy-project.org/";
7777
license = licenses.gpl2;
78-
maintainers = with maintainers; [ aszlig enzime ];
78+
maintainers = with maintainers; [ enzime ];
7979
platforms = platforms.all;
8080
};
8181
}

pkgs/applications/networking/instant-messengers/gajim/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ python3.pkgs.buildPythonApplication rec {
6262
homepage = "http://gajim.org/";
6363
description = "Jabber client written in PyGTK";
6464
license = lib.licenses.gpl3Plus;
65-
maintainers = with lib.maintainers; [ raskin aszlig abbradar ];
65+
maintainers = with lib.maintainers; [ raskin abbradar ];
6666
downloadPage = "http://gajim.org/downloads.php";
6767
updateWalker = true;
6868
platforms = lib.platforms.linux;

pkgs/development/python-modules/ecdsa/default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ buildPythonPackage rec {
2222
description = "ECDSA cryptographic signature library";
2323
homepage = "https://github.com/warner/python-ecdsa";
2424
license = licenses.mit;
25-
maintainers = with maintainers; [ aszlig ];
2625
};
2726

2827
}

pkgs/development/python-modules/paramiko/default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ buildPythonPackage rec {
3737
homepage = "https://github.com/paramiko/paramiko/";
3838
description = "Native Python SSHv2 protocol library";
3939
license = licenses.lgpl21Plus;
40-
maintainers = with maintainers; [ aszlig ];
4140

4241
longDescription = ''
4342
This is a library for making SSH2 connections (client or server).

pkgs/development/tools/analysis/eresi/default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ stdenv.mkDerivation rec {
6161
description = "The ERESI Reverse Engineering Software Interface";
6262
license = lib.licenses.gpl2;
6363
homepage = "http://www.eresi-project.org/";
64-
maintainers = [ lib.maintainers.aszlig ];
6564
platforms = lib.platforms.linux;
6665
};
6766
}

0 commit comments

Comments
 (0)