summary refs log tree commit diff
path: root/pkgs/applications/audio/mixxx/default.nix
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/audio/mixxx/default.nix
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/audio/mixxx/default.nix')
-rw-r--r--pkgs/applications/audio/mixxx/default.nix2
1 files changed, 1 insertions, 1 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;
   };
 }