commit 21aaf8c771da52f630e26e22fc1a9febc13d23f6 parent b119f971b336b9903760b7b5eb66674f5b82f753 Author: Vincent Demeester <vincent@sbr.pm> Date: Tue, 15 Mar 2022 14:55:41 +0100 nix/packages: fix tkn-pac description Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | nix/packages/tkn/tkn-pac.nix | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/nix/packages/tkn/tkn-pac.nix b/nix/packages/tkn/tkn-pac.nix @@ -37,8 +37,8 @@ rec { $out/bin/tkn-pac completion zsh > $out/share/zsh/site-functions/_tkn-pac ''; meta = with lib; { - homepage = https://github.com/tektoncd/cli; - description = "A CLI for interacting with Tekton!"; + homepage = https://github.com/openshift-pipelines/pipelines-as-code; + description = "A Tekton CLI extension for managing pipelines-as-code repositories and bootstrapping"; license = licenses.asl20; maintainers = with maintainers; [ vdemeester ]; };