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

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