about summary refs log tree commit diff
path: root/pkgs/applications/version-management/gitprompt-rs/default.nix
diff options
context:
space:
mode:
authornovenary <novenary@kwak.zip>2024-04-28 16:35:03 +0300
committernovenary <novenary@kwak.zip>2024-04-28 16:35:03 +0300
commitfb0542414564791091866e335e09e4d1ff86d7b8 (patch)
tree0966a058c2f0c53da47735cf50c9b75eec4e321d /pkgs/applications/version-management/gitprompt-rs/default.nix
parent3b61d595b17f2e3410bcc79c473060e098829eb8 (diff)
maintainers: remove novenary
This only orphans one package for which I am the upstream, and which is
unlikely to change often.
Maybe someone who enjoys the taste of boot more than I do can adopt it.
🥰
Diffstat (limited to 'pkgs/applications/version-management/gitprompt-rs/default.nix')
-rw-r--r--pkgs/applications/version-management/gitprompt-rs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/version-management/gitprompt-rs/default.nix b/pkgs/applications/version-management/gitprompt-rs/default.nix
index 6d0013f5ad513..3fc0d379af19b 100644
--- a/pkgs/applications/version-management/gitprompt-rs/default.nix
+++ b/pkgs/applications/version-management/gitprompt-rs/default.nix
@@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec {
     description = "Simple Git prompt";
     homepage = "https://github.com/9ary/gitprompt-rs";
     license = with licenses; [ mpl20 ];
-    maintainers = with maintainers; [ novenary ];
+    maintainers = with maintainers; [ ];
     mainProgram = "gitprompt-rs";
   };
 }