pass-checkup: Remove trailing dot

This commit is contained in:
Elis Hirwing 2019-10-25 16:41:44 +02:00
parent 9a6d5a8b15
commit af5983b427
No known key found for this signature in database
GPG Key ID: D57EFA625C9A925F

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