From 7987c0b6ca182d22179c91a58fa8fe0a0d9f9bd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20He=C3=9Felmann?= Date: Fri, 21 Oct 2022 14:35:21 +0200 Subject: [PATCH] odo: update meta data --- pkgs/applications/networking/cluster/odo/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/networking/cluster/odo/default.nix b/pkgs/applications/networking/cluster/odo/default.nix index a91ac4ce33e4..212caa74bf6b 100644 --- a/pkgs/applications/networking/cluster/odo/default.nix +++ b/pkgs/applications/networking/cluster/odo/default.nix @@ -31,7 +31,8 @@ buildGoModule rec { meta = with lib; { description = "Developer-focused CLI for OpenShift and Kubernetes"; license = licenses.asl20; - homepage = "odo.dev"; + homepage = "https://odo.dev"; + changelog = "https://github.com/redhat-developer/odo/releases/v${version}"; maintainers = with maintainers; [ stehessel ]; platforms = platforms.unix; };