treewide: remove periods from end of package descriptions
This commit is contained in:
@@ -19,7 +19,7 @@ buildGoModule rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://github.com/GeertJohan/go.rice";
|
||||
description = "A Go package that makes working with resources such as html, js, css, images, templates very easy.";
|
||||
description = "A Go package that makes working with resources such as html, js, css, images, templates very easy";
|
||||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [ blaggacao ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user