about summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorPaul Meyer <49727155+katexochen@users.noreply.github.com>2024-06-25 09:11:25 +0200
committerPaul Meyer <49727155+katexochen@users.noreply.github.com>2024-06-25 09:16:56 +0200
commitfbe8538aa1c339d30082008a2bc634d00730cf0d (patch)
tree2b26e363ea3f54b13017dccb0702e887aa173791 /pkgs/tools/misc
parent6f73c1a2ba445b6eac07514e4c64b6583d3da37b (diff)
treewide: remove jonringer as package maintainer
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
Diffstat (limited to 'pkgs/tools/misc')
-rw-r--r--pkgs/tools/misc/copier/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/copier/default.nix b/pkgs/tools/misc/copier/default.nix
index 2b1a65cf99ebb..c6238ccb426eb 100644
--- a/pkgs/tools/misc/copier/default.nix
+++ b/pkgs/tools/misc/copier/default.nix
@@ -52,7 +52,7 @@ python3.pkgs.buildPythonApplication rec {
     description = "Library and command-line utility for rendering projects templates";
     homepage = "https://copier.readthedocs.io";
     license = licenses.mit;
-    maintainers = with maintainers; [ jonringer greg ];
+    maintainers = with maintainers; [ greg ];
     mainProgram = "copier";
   };
 }