about summary refs log tree commit diff
path: root/pkgs/servers/kubemq-community/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/kubemq-community/default.nix')
-rw-r--r--pkgs/servers/kubemq-community/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/kubemq-community/default.nix b/pkgs/servers/kubemq-community/default.nix
index 6fb080623a56e..0c90536f75c59 100644
--- a/pkgs/servers/kubemq-community/default.nix
+++ b/pkgs/servers/kubemq-community/default.nix
@@ -20,7 +20,7 @@ buildGoModule rec {
 
   meta = {
     homepage = "https://github.com/kubemq-io/kubemq-community";
-    description = "KubeMQ Community is the open-source version of KubeMQ, the Kubernetes native message broker.";
+    description = "KubeMQ Community is the open-source version of KubeMQ, the Kubernetes native message broker";
     mainProgram = "kubemq-community";
     license = lib.licenses.asl20;
     maintainers = with lib.maintainers; [ brianmcgee ];