treewide: remove periods from end of package descriptions
This commit is contained in:
@@ -18,7 +18,7 @@ buildGoModule rec {
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
description = "Tool to get list available Go packages.";
|
||||
description = "Tool to get list available Go packages";
|
||||
homepage = "https://github.com/uudashr/gopkgs";
|
||||
maintainers = with stdenv.lib.maintainers; [ vdemeester ];
|
||||
license = stdenv.lib.licenses.mit;
|
||||
|
||||
Reference in New Issue
Block a user