about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-10-21 21:56:43 +0800
committerGitHub <noreply@github.com>2022-10-21 21:56:43 +0800
commit2615fa1055a8462db5c5be0b2ef5fd77b42aad10 (patch)
tree562560638384d2be7b5997d7d9ef18e545a52f9d /pkgs/applications/networking
parent3deeae9e62a0c70d44d9d556622fa1354354b3df (diff)
parent7987c0b6ca182d22179c91a58fa8fe0a0d9f9bd2 (diff)
Merge pull request #197066 from stehessel/odo/update-meta-data
odo: update meta data
Diffstat (limited to 'pkgs/applications/networking')
-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 10ac47e2ff662..903f83024ae19 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;
   };