about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/odo/default.nix
diff options
context:
space:
mode:
authorStephan Heßelmann <shesselm@redhat.com>2022-10-21 14:35:21 +0200
committerStephan Heßelmann <shesselm@redhat.com>2022-10-21 14:35:21 +0200
commit7987c0b6ca182d22179c91a58fa8fe0a0d9f9bd2 (patch)
treeb1e0bac9a4b7d6f3580908d5001d083d7b7af277 /pkgs/applications/networking/cluster/odo/default.nix
parent2b94d18320866f98e6a5030545a35c93d274abe6 (diff)
odo: update meta data
Diffstat (limited to 'pkgs/applications/networking/cluster/odo/default.nix')
-rw-r--r--pkgs/applications/networking/cluster/odo/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/odo/default.nix b/pkgs/applications/networking/cluster/odo/default.nix
index a91ac4ce33e41..212caa74bf6be 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;
   };