Merge pull request #71985 from etu/pass-checkup-trailing-dot

pass-checkup: Remove trailing dot
This commit is contained in:
worldofpeace 2019-10-25 14:58:54 +00:00 committed by GitHub
commit d767d5dbde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];