Merge pull request #197066 from stehessel/odo/update-meta-data

odo: update meta data
This commit is contained in:
Bobby Rong 2022-10-21 21:56:43 +08:00 committed by GitHub
commit 2615fa1055
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
};