summary refs log tree commit diff
path: root/pkgs/misc/drivers
diff options
context:
space:
mode:
authorJascha Geerds <jascha@geerds.org>2019-03-12 23:45:33 +0100
committerJascha Geerds <jascha@geerds.org>2019-03-12 23:50:52 +0100
commitffedc3e4a916a3dd167a6e371368bfd645d245f4 (patch)
treea0e49e656b1d728928e389a3ef9b0fdcc24deffd /pkgs/misc/drivers
parentc484d9b5011a3c710424ea14332d02047ff12b39 (diff)
downloadnixpkgs-ffedc3e4a916a3dd167a6e371368bfd645d245f4.tar
nixpkgs-ffedc3e4a916a3dd167a6e371368bfd645d245f4.tar.gz
nixpkgs-ffedc3e4a916a3dd167a6e371368bfd645d245f4.tar.bz2
nixpkgs-ffedc3e4a916a3dd167a6e371368bfd645d245f4.tar.lz
nixpkgs-ffedc3e4a916a3dd167a6e371368bfd645d245f4.tar.xz
nixpkgs-ffedc3e4a916a3dd167a6e371368bfd645d245f4.tar.zst
nixpkgs-ffedc3e4a916a3dd167a6e371368bfd645d245f4.zip
misc: Remove myself from list of maintainers
Unfortunately I don't have the time anymore to maintain those
packages.
Diffstat (limited to 'pkgs/misc/drivers')
-rw-r--r--pkgs/misc/drivers/hplip/3.16.11.nix2
-rw-r--r--pkgs/misc/drivers/hplip/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/drivers/hplip/3.16.11.nix b/pkgs/misc/drivers/hplip/3.16.11.nix
index 8982834d9a9..e99fe1a201d 100644
--- a/pkgs/misc/drivers/hplip/3.16.11.nix
+++ b/pkgs/misc/drivers/hplip/3.16.11.nix
@@ -187,6 +187,6 @@ pythonPackages.buildPythonApplication {
       then licenses.unfree
       else with licenses; [ mit bsd2 gpl2Plus ];
     platforms = [ "i686-linux" "x86_64-linux" "armv6l-linux" "armv7l-linux" ];
-    maintainers = with maintainers; [ jgeerds ttuegel ];
+    maintainers = with maintainers; [ ttuegel ];
   };
 }
diff --git a/pkgs/misc/drivers/hplip/default.nix b/pkgs/misc/drivers/hplip/default.nix
index 10dd0401cf0..789cb6fc4de 100644
--- a/pkgs/misc/drivers/hplip/default.nix
+++ b/pkgs/misc/drivers/hplip/default.nix
@@ -219,6 +219,6 @@ pythonPackages.buildPythonApplication {
       then licenses.unfree
       else with licenses; [ mit bsd2 gpl2Plus ];
     platforms = [ "i686-linux" "x86_64-linux" "armv6l-linux" "armv7l-linux" ];
-    maintainers = with maintainers; [ jgeerds ttuegel ];
+    maintainers = with maintainers; [ ttuegel ];
   };
 }