Commit 21aaf8c771da

Vincent Demeester <vincent@sbr.pm>
2022-03-15 14:55:41
nix/packages: fix tkn-pac description
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent b119f97
Changed files (1)
nix
packages
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 ];
       };