treewide: remove periods from end of package descriptions
This commit is contained in:
@@ -22,7 +22,7 @@ buildGoModule rec {
|
||||
subPackages = [ "." ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A fast and modern static website engine.";
|
||||
description = "A fast and modern static website engine";
|
||||
homepage = "https://gohugo.io";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ schneefux filalex77 Frostman ];
|
||||
|
||||
Reference in New Issue
Block a user