3
0
Fork 0
forked from mirrors/nixpkgs

argocd: fix homepage

This commit is contained in:
Jörg Thalheim 2021-08-22 15:36:38 +02:00
parent e6d5267332
commit aeb86aecd4

View file

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