treewide: remove periods from end of package descriptions
This commit is contained in:
@@ -20,7 +20,7 @@ buildGoPackage rec {
|
||||
goDeps = ./deps.nix;
|
||||
|
||||
meta = with lib; {
|
||||
description = "impl generates method stubs for implementing an interface.";
|
||||
description = "impl generates method stubs for implementing an interface";
|
||||
homepage = "https://github.com/josharian/impl";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ kalbasit ];
|
||||
|
||||
Reference in New Issue
Block a user