summary refs log tree commit diff
path: root/pkgs/tools/misc/paps
diff options
context:
space:
mode:
authorElis Hirwing <elis@hirwing.se>2022-07-14 14:39:58 +0200
committerElis Hirwing <elis@hirwing.se>2022-07-14 14:39:58 +0200
commit729fb87ae3b56619333849c53687606e170ec7cc (patch)
tree29d908a7e1791ee36e5fb46d39f33e1ef488155a /pkgs/tools/misc/paps
parent6e6436963d558d89c5fb902f4b7a831323ecb9dc (diff)
downloadnixpkgs-729fb87ae3b56619333849c53687606e170ec7cc.tar
nixpkgs-729fb87ae3b56619333849c53687606e170ec7cc.tar.gz
nixpkgs-729fb87ae3b56619333849c53687606e170ec7cc.tar.bz2
nixpkgs-729fb87ae3b56619333849c53687606e170ec7cc.tar.lz
nixpkgs-729fb87ae3b56619333849c53687606e170ec7cc.tar.xz
nixpkgs-729fb87ae3b56619333849c53687606e170ec7cc.tar.zst
nixpkgs-729fb87ae3b56619333849c53687606e170ec7cc.zip
treewide: Drop myself as maintainer for some packages I don't use
Diffstat (limited to 'pkgs/tools/misc/paps')
-rw-r--r--pkgs/tools/misc/paps/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/paps/default.nix b/pkgs/tools/misc/paps/default.nix
index ca6607b2f18..75cd8f3535c 100644
--- a/pkgs/tools/misc/paps/default.nix
+++ b/pkgs/tools/misc/paps/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
     description = "Pango to PostScript converter";
     homepage = "https://github.com/dov/paps";
     license = licenses.lgpl2;
-    maintainers = with maintainers; [ etu ];
+    maintainers = with maintainers; [ ];
     platforms = platforms.linux;
   };
 }