treewide: remove periods from end of package descriptions
This commit is contained in:
@@ -35,7 +35,7 @@ buildGoPackage rec {
|
||||
outputs = [ "out" "lib" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Morph is a NixOS host manager written in Golang.";
|
||||
description = "Morph is a NixOS host manager written in Golang";
|
||||
license = licenses.mit;
|
||||
homepage = "https://github.com/dbcdk/morph";
|
||||
maintainers = with maintainers; [adamt johanot];
|
||||
|
||||
Reference in New Issue
Block a user