odo: update meta data
This commit is contained in:
parent
2b94d18320
commit
7987c0b6ca
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue