about summary refs log tree commit diff
path: root/pkgs/misc/cups
diff options
context:
space:
mode:
authorLukas Werling <lukas@lwrl.de>2023-05-30 20:51:38 +0200
committerLukas Werling <lukas@lwrl.de>2023-05-30 20:51:38 +0200
commit96bd243f4ec478d51f8ebaf1436db56049f63839 (patch)
treef9a4b3d28f1928e2ee382a1fff8f16fae7218dd1 /pkgs/misc/cups
parentec2fff31a8e41304927bc63def87c8b17fcfb328 (diff)
canon-cups-ufr2: Add myself as maintainer
Diffstat (limited to 'pkgs/misc/cups')
-rw-r--r--pkgs/misc/cups/drivers/canon/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/misc/cups/drivers/canon/default.nix b/pkgs/misc/cups/drivers/canon/default.nix
index 9bacf0749dadc..40438d333cf97 100644
--- a/pkgs/misc/cups/drivers/canon/default.nix
+++ b/pkgs/misc/cups/drivers/canon/default.nix
@@ -194,8 +194,6 @@ stdenv.mkDerivation rec {
     homepage = "http://www.canon.com/";
     sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     license = licenses.unfree;
-    maintainers = with maintainers; [
-      # please consider maintaining if you are updating this package
-    ];
+    maintainers = with maintainers; [ lluchs ];
   };
 }