summary refs log tree commit diff
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-06-23 01:12:48 +0200
committerajs124 <git@ajs124.de>2022-06-29 00:52:13 +0200
commit93039509cf31ee3ed70c0ac550b9430f36108805 (patch)
treed12244a1de08dcf85320dd59726ad22b8e6b1725
parent59d8f2b1cd0c4a9cf1e68ab12d0624cba2b7b995 (diff)
downloadnixpkgs-93039509cf31ee3ed70c0ac550b9430f36108805.tar
nixpkgs-93039509cf31ee3ed70c0ac550b9430f36108805.tar.gz
nixpkgs-93039509cf31ee3ed70c0ac550b9430f36108805.tar.bz2
nixpkgs-93039509cf31ee3ed70c0ac550b9430f36108805.tar.lz
nixpkgs-93039509cf31ee3ed70c0ac550b9430f36108805.tar.xz
nixpkgs-93039509cf31ee3ed70c0ac550b9430f36108805.tar.zst
nixpkgs-93039509cf31ee3ed70c0ac550b9430f36108805.zip
maintainers: remove dasuxullebt
no github handle linked. github account with same name has not had activity for years
-rw-r--r--maintainers/maintainer-list.nix4
-rw-r--r--pkgs/applications/audio/gbsplay/default.nix2
-rw-r--r--pkgs/applications/networking/remote/teamviewer/default.nix2
-rw-r--r--pkgs/tools/bluetooth/bluez-tools/default.nix2
4 files changed, 3 insertions, 7 deletions
diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix
index 72b3714a8a3..90e528a4201 100644
--- a/maintainers/maintainer-list.nix
+++ b/maintainers/maintainer-list.nix
@@ -2860,10 +2860,6 @@
     githubId = 7589338;
     name = "Daniel Șerbănescu";
   };
-  dasuxullebt = {
-    email = "christoph.senjak@googlemail.com";
-    name = "Christoph-Simon Senjak";
-  };
   datafoo = {
     email = "34766150+datafoo@users.noreply.github.com";
     github = "datafoo";
diff --git a/pkgs/applications/audio/gbsplay/default.nix b/pkgs/applications/audio/gbsplay/default.nix
index 3d280ca72ab..59253af2ad6 100644
--- a/pkgs/applications/audio/gbsplay/default.nix
+++ b/pkgs/applications/audio/gbsplay/default.nix
@@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
     description = "Gameboy sound player";
     license = licenses.gpl1;
     platforms = [ "i686-linux" "x86_64-linux" ];
-    maintainers = with maintainers; [ dasuxullebt ];
+    maintainers = with maintainers; [ ];
   };
 }
diff --git a/pkgs/applications/networking/remote/teamviewer/default.nix b/pkgs/applications/networking/remote/teamviewer/default.nix
index 5aa6d622095..44ce12aeeb4 100644
--- a/pkgs/applications/networking/remote/teamviewer/default.nix
+++ b/pkgs/applications/networking/remote/teamviewer/default.nix
@@ -100,6 +100,6 @@ mkDerivation rec {
     license = licenses.unfree;
     description = "Desktop sharing application, providing remote support and online meetings";
     platforms = [ "x86_64-linux" ];
-    maintainers = with maintainers; [ jagajaga dasuxullebt jraygauthier ];
+    maintainers = with maintainers; [ jagajaga jraygauthier ];
   };
 }
diff --git a/pkgs/tools/bluetooth/bluez-tools/default.nix b/pkgs/tools/bluetooth/bluez-tools/default.nix
index af76991436f..271daed0165 100644
--- a/pkgs/tools/bluetooth/bluez-tools/default.nix
+++ b/pkgs/tools/bluetooth/bluez-tools/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "Command line bluetooth manager for Bluez5";
     license = licenses.gpl2;
-    maintainers = [ maintainers.dasuxullebt ];
+    maintainers = [ ];
     platforms = platforms.unix;
   };