From eefb8abc5837d0a4de07b2f6dcfde5ce6ced43cd Mon Sep 17 00:00:00 2001 From: Paul Meyer <49727155+katexochen@users.noreply.github.com> Date: Sat, 30 Dec 2023 11:08:19 +0100 Subject: [PATCH] crc: update meta - homepage is redirected to some unhelpful RH site, linking the actual docs instead --- pkgs/applications/networking/cluster/crc/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/cluster/crc/default.nix b/pkgs/applications/networking/cluster/crc/default.nix index 21225857eb15..575517752c46 100644 --- a/pkgs/applications/networking/cluster/crc/default.nix +++ b/pkgs/applications/networking/cluster/crc/default.nix @@ -63,9 +63,11 @@ buildGoModule rec { passthru.updateScript = ./update.sh; meta = with lib; { - description = "Manages a local OpenShift 4.x cluster or a Podman VM optimized for testing and development purposes"; - homepage = "https://crc.dev"; + description = "Manage a local OpenShift 4.x cluster, Microshift or a Podman VM optimized for testing and development purposes"; + homepage = "https://crc.dev/crc/getting_started/getting_started/introducing/"; + changelog = "https://github.com/crc-org/crc/releases/tag/v${version}"; license = licenses.asl20; + mainProgram = "crc"; maintainers = with maintainers; [ matthewpi shikanime tricktron ]; }; }