From 96bd243f4ec478d51f8ebaf1436db56049f63839 Mon Sep 17 00:00:00 2001 From: Lukas Werling Date: Tue, 30 May 2023 20:51:38 +0200 Subject: [PATCH] canon-cups-ufr2: Add myself as maintainer --- pkgs/misc/cups/drivers/canon/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/misc/cups/drivers/canon/default.nix b/pkgs/misc/cups/drivers/canon/default.nix index 9bacf0749dad..40438d333cf9 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 ]; }; }