summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/rke2/builder.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/cluster/rke2/builder.nix')
-rw-r--r--pkgs/applications/networking/cluster/rke2/builder.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/rke2/builder.nix b/pkgs/applications/networking/cluster/rke2/builder.nix
index d2771c114f8c..285108834c1e 100644
--- a/pkgs/applications/networking/cluster/rke2/builder.nix
+++ b/pkgs/applications/networking/cluster/rke2/builder.nix
@@ -89,7 +89,7 @@ buildGoModule rec {
meta = with lib; {
homepage = "https://github.com/rancher/rke2";
- description = "RKE2, also known as RKE Government, is Rancher's next-generation Kubernetes distribution.";
+ description = "RKE2, also known as RKE Government, is Rancher's next-generation Kubernetes distribution";
changelog = "https://github.com/rancher/rke2/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ zimbatm zygot ];