about summary refs log tree commit diff
path: root/pkgs/tools/security/pass2csv/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/security/pass2csv/default.nix')
-rw-r--r--pkgs/tools/security/pass2csv/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/pass2csv/default.nix b/pkgs/tools/security/pass2csv/default.nix
index 101af2e7aa947..5a255d201f0cd 100644
--- a/pkgs/tools/security/pass2csv/default.nix
+++ b/pkgs/tools/security/pass2csv/default.nix
@@ -27,10 +27,10 @@ buildPythonApplication rec {
   doCheck = false;
 
   meta = with lib; {
-    description = "Export pass(1), \"the standard unix password manager\", to CSV";
+    description = "Export pass(1), \"Standard unix password manager\", to CSV";
     mainProgram = "pass2csv";
     homepage = "https://github.com/reinefjord/pass2csv";
     license = licenses.mit;
-    maintainers = with maintainers; [ wolfangaukang ];
+    maintainers = [ ];
   };
 }