about summary refs log tree commit diff
path: root/pkgs/applications/printing
diff options
context:
space:
mode:
authorSebastian Johansson <dusty@chcl.se>2024-04-28 19:50:22 +0200
committerGitHub <noreply@github.com>2024-04-28 19:50:22 +0200
commit4260e18e67eb83fe8e5b0b9210e67f4676591a5d (patch)
treee9c4ff6621df4d6178cc8e807f2e948c86a5c719 /pkgs/applications/printing
parent20d28dbcb3601903e377ccb28a6a145810017a97 (diff)
pappl: remove self from maintainers
Diffstat (limited to 'pkgs/applications/printing')
-rw-r--r--pkgs/applications/printing/pappl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/printing/pappl/default.nix b/pkgs/applications/printing/pappl/default.nix
index 821944387eff8..b49cc1b43231d 100644
--- a/pkgs/applications/printing/pappl/default.nix
+++ b/pkgs/applications/printing/pappl/default.nix
@@ -59,6 +59,6 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/michaelrsweet/pappl";
     license = licenses.asl20;
     platforms = platforms.linux; # should also work for darwin, but requires additional work
-    maintainers = with maintainers; [ jonringer ChlorideCull ];
+    maintainers = with maintainers; [ jonringer ];
   };
 }