crc: update meta

- homepage is redirected to some unhelpful RH site,
  linking the actual docs instead
This commit is contained in:
Paul Meyer 2023-12-30 11:08:19 +01:00
parent 8af2151bed
commit eefb8abc58

View file

@ -63,9 +63,11 @@ buildGoModule rec {
passthru.updateScript = ./update.sh; passthru.updateScript = ./update.sh;
meta = with lib; { meta = with lib; {
description = "Manages a local OpenShift 4.x cluster or a Podman VM optimized for testing and development purposes"; description = "Manage a local OpenShift 4.x cluster, Microshift or a Podman VM optimized for testing and development purposes";
homepage = "https://crc.dev"; homepage = "https://crc.dev/crc/getting_started/getting_started/introducing/";
changelog = "https://github.com/crc-org/crc/releases/tag/v${version}";
license = licenses.asl20; license = licenses.asl20;
mainProgram = "crc";
maintainers = with maintainers; [ matthewpi shikanime tricktron ]; maintainers = with maintainers; [ matthewpi shikanime tricktron ];
}; };
} }