about summary refs log tree commit diff
path: root/pkgs/applications/version-management
diff options
context:
space:
mode:
authorShane Sveller <shane@sveller.dev>2024-03-14 12:09:10 -0500
committerShane Sveller <shane@sveller.dev>2024-03-14 12:09:10 -0500
commitea3c2e26d3f954038edc0f0d05f62770679ae84c (patch)
tree8ad054cc0a0458efab7a7edfd5b237425180bdd7 /pkgs/applications/version-management
parent681e97dc35b2416177b75addd5a65ad37576af66 (diff)
downloadnixlib-ea3c2e26d3f954038edc0f0d05f62770679ae84c.tar
nixlib-ea3c2e26d3f954038edc0f0d05f62770679ae84c.tar.gz
nixlib-ea3c2e26d3f954038edc0f0d05f62770679ae84c.tar.bz2
nixlib-ea3c2e26d3f954038edc0f0d05f62770679ae84c.tar.lz
nixlib-ea3c2e26d3f954038edc0f0d05f62770679ae84c.tar.xz
nixlib-ea3c2e26d3f954038edc0f0d05f62770679ae84c.tar.zst
nixlib-ea3c2e26d3f954038edc0f0d05f62770679ae84c.zip
maintainers: remove shanesveller
Diffstat (limited to 'pkgs/applications/version-management')
-rw-r--r--pkgs/applications/version-management/gfold/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/version-management/gfold/default.nix b/pkgs/applications/version-management/gfold/default.nix
index 0acd75d202ff..1459e2f18e80 100644
--- a/pkgs/applications/version-management/gfold/default.nix
+++ b/pkgs/applications/version-management/gfold/default.nix
@@ -39,7 +39,7 @@ rustPlatform.buildRustPackage {
       "CLI tool to help keep track of your Git repositories, written in Rust";
     homepage = "https://github.com/nickgerace/gfold";
     license = licenses.asl20;
-    maintainers = [ maintainers.shanesveller ];
+    maintainers = [];
     platforms = platforms.unix;
     mainProgram = "gfold";
   };