treewide: remove periods from end of package descriptions
This commit is contained in:
@@ -26,7 +26,7 @@ buildGoModule rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "SDK for building Kubernetes applications. Provides high level APIs, useful abstractions, and project scaffolding.";
|
||||
description = "SDK for building Kubernetes applications. Provides high level APIs, useful abstractions, and project scaffolding";
|
||||
homepage = "https://github.com/operator-framework/operator-sdk";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ arnarg ];
|
||||
|
||||
Reference in New Issue
Block a user