pass-checkup: Remove trailing dot
This commit is contained in:
parent
9a6d5a8b15
commit
af5983b427
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
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";
|
homepage = "https://github.com/etu/pass-checkup";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ etu ];
|
maintainers = with maintainers; [ etu ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user