about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-06-23 00:51:46 +0200
committerajs124 <git@ajs124.de>2022-06-29 00:52:12 +0200
commit99466ee39ebc0696e7fa79f0eaddee71819892eb (patch)
tree42bce54d8c36ef5079da69dc8dc9a9d3764b20a6 /pkgs/applications
parenteec156df9c7e1941564bedd625e0f7d176d3ac78 (diff)
maintainers: remove petabyteboy
github account deleted
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/audio/giada/default.nix2
-rw-r--r--pkgs/applications/misc/tipp10/default.nix2
-rw-r--r--pkgs/applications/networking/mumble/default.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/giada/default.nix b/pkgs/applications/audio/giada/default.nix
index 4b7b760db355d..15eccc46943fa 100644
--- a/pkgs/applications/audio/giada/default.nix
+++ b/pkgs/applications/audio/giada/default.nix
@@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
     description = "A free, minimal, hardcore audio tool for DJs, live performers and electronic musicians";
     homepage = "https://giadamusic.com/";
     license = licenses.gpl3;
-    maintainers = with maintainers; [ petabyteboy ];
+    maintainers = with maintainers; [ ];
     platforms = platforms.all;
   };
 }
diff --git a/pkgs/applications/misc/tipp10/default.nix b/pkgs/applications/misc/tipp10/default.nix
index 37aafb7827ef3..76ea8fb7fc0ef 100644
--- a/pkgs/applications/misc/tipp10/default.nix
+++ b/pkgs/applications/misc/tipp10/default.nix
@@ -19,7 +19,7 @@ mkDerivation rec {
     description = "Learn and train typing with the ten-finger system";
     homepage = "https://gitlab.com/tipp10/tipp10";
     license = licenses.gpl2Only;
-    maintainers = with maintainers; [ petabyteboy ];
+    maintainers = with maintainers; [ ];
     platforms = platforms.all;
   };
 }
diff --git a/pkgs/applications/networking/mumble/default.nix b/pkgs/applications/networking/mumble/default.nix
index fefa884c2a628..1604188773d17 100644
--- a/pkgs/applications/networking/mumble/default.nix
+++ b/pkgs/applications/networking/mumble/default.nix
@@ -40,7 +40,7 @@ let
       description = "Low-latency, high quality voice chat software";
       homepage = "https://mumble.info";
       license = licenses.bsd3;
-      maintainers = with maintainers; [ petabyteboy infinisil felixsinger ];
+      maintainers = with maintainers; [ infinisil felixsinger ];
       platforms = platforms.linux;
     };
   });