summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-06-23 00:58:42 +0200
committerajs124 <git@ajs124.de>2022-06-29 00:52:13 +0200
commitbe1aefac05ef7d0bda4d69374edf4822ffa78d99 (patch)
tree088f04243e3eba04190d467108c7c5aaaa87b08b /pkgs
parentff2925fe6be230f18c0a7176579797ad0ea4f838 (diff)
downloadnixpkgs-be1aefac05ef7d0bda4d69374edf4822ffa78d99.tar
nixpkgs-be1aefac05ef7d0bda4d69374edf4822ffa78d99.tar.gz
nixpkgs-be1aefac05ef7d0bda4d69374edf4822ffa78d99.tar.bz2
nixpkgs-be1aefac05ef7d0bda4d69374edf4822ffa78d99.tar.lz
nixpkgs-be1aefac05ef7d0bda4d69374edf4822ffa78d99.tar.xz
nixpkgs-be1aefac05ef7d0bda4d69374edf4822ffa78d99.tar.zst
nixpkgs-be1aefac05ef7d0bda4d69374edf4822ffa78d99.zip
maintainers: remove elyhaka
github account deleted
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/misc/wofi/default.nix2
-rw-r--r--pkgs/data/themes/pop-gtk/default.nix2
-rw-r--r--pkgs/development/libraries/libpam-wrapper/default.nix2
-rw-r--r--pkgs/tools/security/fprintd/default.nix2
4 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/misc/wofi/default.nix b/pkgs/applications/misc/wofi/default.nix
index d8af28093b9..25cbac7d229 100644
--- a/pkgs/applications/misc/wofi/default.nix
+++ b/pkgs/applications/misc/wofi/default.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
     description = "A launcher/menu program for wlroots based wayland compositors such as sway";
     homepage = "https://hg.sr.ht/~scoopta/wofi";
     license = licenses.gpl3Only;
-    maintainers = with maintainers; [ elyhaka ];
+    maintainers = with maintainers; [ ];
     platforms = with platforms; linux;
   };
 }
diff --git a/pkgs/data/themes/pop-gtk/default.nix b/pkgs/data/themes/pop-gtk/default.nix
index 022e1dd81b2..de2b92be05f 100644
--- a/pkgs/data/themes/pop-gtk/default.nix
+++ b/pkgs/data/themes/pop-gtk/default.nix
@@ -60,6 +60,6 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/pop-os/gtk-theme";
     license = with licenses; [ gpl3 lgpl21 cc-by-sa-40 ];
     platforms = platforms.linux;
-    maintainers = with maintainers; [ elyhaka ];
+    maintainers = with maintainers; [ ];
   };
 }
diff --git a/pkgs/development/libraries/libpam-wrapper/default.nix b/pkgs/development/libraries/libpam-wrapper/default.nix
index 7d026eb5a09..10d5c98b668 100644
--- a/pkgs/development/libraries/libpam-wrapper/default.nix
+++ b/pkgs/development/libraries/libpam-wrapper/default.nix
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
     description = "Wrapper for testing PAM modules";
     homepage = "https://cwrap.org/pam_wrapper.html";
     license = licenses.gpl3Plus;
-    maintainers = [ maintainers.elyhaka ];
+    maintainers = [ ];
     platforms = platforms.linux;
   };
 }
diff --git a/pkgs/tools/security/fprintd/default.nix b/pkgs/tools/security/fprintd/default.nix
index 50148195754..d3b1836c940 100644
--- a/pkgs/tools/security/fprintd/default.nix
+++ b/pkgs/tools/security/fprintd/default.nix
@@ -96,6 +96,6 @@ stdenv.mkDerivation rec {
     description = "D-Bus daemon that offers libfprint functionality over the D-Bus interprocess communication bus";
     license = licenses.gpl2Plus;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ abbradar elyhaka ];
+    maintainers = with maintainers; [ abbradar ];
   };
 }