forked from mirrors/nixpkgs
argocd: fix homepage
This commit is contained in:
parent
e6d5267332
commit
aeb86aecd4
|
@ -68,7 +68,7 @@ buildGoModule rec {
|
|||
meta = with lib; {
|
||||
description = "Declarative continuous deployment for Kubernetes";
|
||||
downloadPage = "https://github.com/argoproj/argo-cd";
|
||||
homepage = "https://argoproj.github.io/projects/argo-cd";
|
||||
homepage = "https://argo-cd.readthedocs.io/en/stable/";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ shahrukh330 superherointj ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue