mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
kn: update changelog tag
This commit is contained in:
@@ -48,7 +48,7 @@ buildGoModule (finalAttrs: {
|
||||
description = "Create Knative resources interactively from the command line or from within scripts";
|
||||
mainProgram = "kn";
|
||||
homepage = "https://github.com/knative/client";
|
||||
changelog = "https://github.com/knative/client/releases/tag/v${finalAttrs.version}";
|
||||
changelog = "https://github.com/knative/client/releases/tag/knative-v${finalAttrs.version}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user