summary refs log tree commit diff
path: root/pkgs/applications
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/applications
parent127d1fb3a79ae419e99dc604cb463ac275b08cd7 (diff)
downloadnixpkgs-3873e0d191728eabd3f0f732ffcb3e67892a3081.tar
nixpkgs-3873e0d191728eabd3f0f732ffcb3e67892a3081.tar.gz
nixpkgs-3873e0d191728eabd3f0f732ffcb3e67892a3081.tar.bz2
nixpkgs-3873e0d191728eabd3f0f732ffcb3e67892a3081.tar.lz
nixpkgs-3873e0d191728eabd3f0f732ffcb3e67892a3081.tar.xz
nixpkgs-3873e0d191728eabd3f0f732ffcb3e67892a3081.tar.zst
nixpkgs-3873e0d191728eabd3f0f732ffcb3e67892a3081.zip
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/applications')
-rw-r--r--pkgs/applications/audio/mixxx/default.nix2
-rw-r--r--pkgs/applications/misc/synergy/default.nix2
-rw-r--r--pkgs/applications/networking/instant-messengers/gajim/default.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/mixxx/default.nix b/pkgs/applications/audio/mixxx/default.nix
index 84e445e8538..576dd4d97b3 100644
--- a/pkgs/applications/audio/mixxx/default.nix
+++ b/pkgs/applications/audio/mixxx/default.nix
@@ -52,7 +52,7 @@ mkDerivation rec {
     homepage = "https://mixxx.org";
     description = "Digital DJ mixing software";
     license = licenses.gpl2Plus;
-    maintainers = [ maintainers.aszlig maintainers.goibhniu maintainers.bfortz ];
+    maintainers = [ maintainers.goibhniu maintainers.bfortz ];
     platforms = platforms.linux;
   };
 }
diff --git a/pkgs/applications/misc/synergy/default.nix b/pkgs/applications/misc/synergy/default.nix
index bb922f3ca5b..5c1cce19216 100644
--- a/pkgs/applications/misc/synergy/default.nix
+++ b/pkgs/applications/misc/synergy/default.nix
@@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
     description = "Share one mouse and keyboard between multiple computers";
     homepage = "http://synergy-project.org/";
     license = licenses.gpl2;
-    maintainers = with maintainers; [ aszlig enzime ];
+    maintainers = with maintainers; [ enzime ];
     platforms = platforms.all;
   };
 }
diff --git a/pkgs/applications/networking/instant-messengers/gajim/default.nix b/pkgs/applications/networking/instant-messengers/gajim/default.nix
index b2be635728d..930d288c365 100644
--- a/pkgs/applications/networking/instant-messengers/gajim/default.nix
+++ b/pkgs/applications/networking/instant-messengers/gajim/default.nix
@@ -62,7 +62,7 @@ python3.pkgs.buildPythonApplication rec {
     homepage = "http://gajim.org/";
     description = "Jabber client written in PyGTK";
     license = lib.licenses.gpl3Plus;
-    maintainers = with lib.maintainers; [ raskin aszlig abbradar ];
+    maintainers = with lib.maintainers; [ raskin abbradar ];
     downloadPage = "http://gajim.org/downloads.php";
     updateWalker = true;
     platforms = lib.platforms.linux;