treewide: remove periods from end of package descriptions
This commit is contained in:
@@ -22,7 +22,7 @@ buildGoPackage rec {
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "deadcode is a very simple utility which detects unused declarations in a Go package.";
|
||||
description = "deadcode is a very simple utility which detects unused declarations in a Go package";
|
||||
homepage = "https://github.com/remyoudompheng/go-misc/tree/master/deadcode";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ kalbasit ];
|
||||
|
||||
Reference in New Issue
Block a user