summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-03-30 09:32:42 +0200
committerGitHub <noreply@github.com>2021-03-30 09:32:42 +0200
commit820ab62e345d092bfcc968cbfe5308e72d8bfb24 (patch)
tree4b659bdbad7b8b21c1372638dc4b2d4ee7efeba3
parentac84e1f49c9cf3d2562b714aa4dc1959f57de8a5 (diff)
parentef4378e9b740f7d6c40896813d23ecb617035fc0 (diff)
downloadnixpkgs-820ab62e345d092bfcc968cbfe5308e72d8bfb24.tar
nixpkgs-820ab62e345d092bfcc968cbfe5308e72d8bfb24.tar.gz
nixpkgs-820ab62e345d092bfcc968cbfe5308e72d8bfb24.tar.bz2
nixpkgs-820ab62e345d092bfcc968cbfe5308e72d8bfb24.tar.lz
nixpkgs-820ab62e345d092bfcc968cbfe5308e72d8bfb24.tar.xz
nixpkgs-820ab62e345d092bfcc968cbfe5308e72d8bfb24.tar.zst
nixpkgs-820ab62e345d092bfcc968cbfe5308e72d8bfb24.zip
Merge pull request #117998 from samuelgrf/remove-maintainer-unused-packages
-rw-r--r--pkgs/development/tools/jpexs/default.nix2
-rw-r--r--pkgs/misc/emulators/pcsx2/default.nix2
-rw-r--r--pkgs/os-specific/linux/rtl8821ce/default.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/jpexs/default.nix b/pkgs/development/tools/jpexs/default.nix
index 24aa43cdeba..5c3e2046bdb 100644
--- a/pkgs/development/tools/jpexs/default.nix
+++ b/pkgs/development/tools/jpexs/default.nix
@@ -52,6 +52,6 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/jindrapetrik/jpexs-decompiler";
     license = licenses.gpl3;
     platforms = jdk8.meta.platforms;
-    maintainers = with maintainers; [ samuelgrf ];
+    maintainers = [ ];
   };
 }
diff --git a/pkgs/misc/emulators/pcsx2/default.nix b/pkgs/misc/emulators/pcsx2/default.nix
index 7f46d9a0034..52d1010b5a4 100644
--- a/pkgs/misc/emulators/pcsx2/default.nix
+++ b/pkgs/misc/emulators/pcsx2/default.nix
@@ -101,7 +101,7 @@ stdenv.mkDerivation {
       PC, with many additional features and benefits.
     '';
     homepage = "https://pcsx2.net";
-    maintainers = with maintainers; [ hrdinka samuelgrf govanify ];
+    maintainers = with maintainers; [ hrdinka govanify ];
 
     # PCSX2's source code is released under LGPLv3+. It However ships
     # additional data files and code that are licensed differently.
diff --git a/pkgs/os-specific/linux/rtl8821ce/default.nix b/pkgs/os-specific/linux/rtl8821ce/default.nix
index e5b34fa665d..cb8a02bcf30 100644
--- a/pkgs/os-specific/linux/rtl8821ce/default.nix
+++ b/pkgs/os-specific/linux/rtl8821ce/default.nix
@@ -33,6 +33,6 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/tomaspinho/rtl8821ce";
     license = licenses.gpl2Only;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ hhm samuelgrf ];
+    maintainers = with maintainers; [ hhm ];
   };
 }