summary refs log tree commit diff
path: root/pkgs/tools/security/pass
diff options
context:
space:
mode:
authorElis Hirwing <elis@hirwing.se>2019-10-25 16:41:44 +0200
committerElis Hirwing <elis@hirwing.se>2019-10-25 16:41:44 +0200
commitaf5983b427edf532ed2f6952f139d7067146cadf (patch)
treebabc5f8a724c53d35a001a0997cd1507a803f2fe /pkgs/tools/security/pass
parent9a6d5a8b1548a042b61149f7a0669e7d11b76909 (diff)
downloadnixpkgs-af5983b427edf532ed2f6952f139d7067146cadf.tar
nixpkgs-af5983b427edf532ed2f6952f139d7067146cadf.tar.gz
nixpkgs-af5983b427edf532ed2f6952f139d7067146cadf.tar.bz2
nixpkgs-af5983b427edf532ed2f6952f139d7067146cadf.tar.lz
nixpkgs-af5983b427edf532ed2f6952f139d7067146cadf.tar.xz
nixpkgs-af5983b427edf532ed2f6952f139d7067146cadf.tar.zst
nixpkgs-af5983b427edf532ed2f6952f139d7067146cadf.zip
pass-checkup: Remove trailing dot
Diffstat (limited to 'pkgs/tools/security/pass')
-rw-r--r--pkgs/tools/security/pass/extensions/checkup.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/pass/extensions/checkup.nix b/pkgs/tools/security/pass/extensions/checkup.nix
index 47b6538bb2e..83a1d7a8872 100644
--- a/pkgs/tools/security/pass/extensions/checkup.nix
+++ b/pkgs/tools/security/pass/extensions/checkup.nix
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with stdenv.lib; {
-    description = "A pass extension to check against the Have I been pwned API to see if your passwords are publicly leaked or not.";
+    description = "A pass extension to check against the Have I been pwned API to see if your passwords are publicly leaked or not";
     homepage = "https://github.com/etu/pass-checkup";
     license = licenses.gpl3;
     maintainers = with maintainers; [ etu ];