summary refs log tree commit diff
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2021-08-22 15:36:38 +0200
committerJörg Thalheim <joerg@thalheim.io>2021-08-22 16:07:50 +0200
commitaeb86aecd4dae9561f9c4d9dcef42b1dcb98c8a2 (patch)
treee132b6f634a5330fe3bedc7294a84575bac097ce
parente6d5267332e2206d6fb2866d7d9b91bfe41f2748 (diff)
downloadnixpkgs-aeb86aecd4dae9561f9c4d9dcef42b1dcb98c8a2.tar
nixpkgs-aeb86aecd4dae9561f9c4d9dcef42b1dcb98c8a2.tar.gz
nixpkgs-aeb86aecd4dae9561f9c4d9dcef42b1dcb98c8a2.tar.bz2
nixpkgs-aeb86aecd4dae9561f9c4d9dcef42b1dcb98c8a2.tar.lz
nixpkgs-aeb86aecd4dae9561f9c4d9dcef42b1dcb98c8a2.tar.xz
nixpkgs-aeb86aecd4dae9561f9c4d9dcef42b1dcb98c8a2.tar.zst
nixpkgs-aeb86aecd4dae9561f9c4d9dcef42b1dcb98c8a2.zip
argocd: fix homepage
-rw-r--r--pkgs/applications/networking/cluster/argocd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/argocd/default.nix b/pkgs/applications/networking/cluster/argocd/default.nix
index 9fdd7de045a..a0468f506df 100644
--- a/pkgs/applications/networking/cluster/argocd/default.nix
+++ b/pkgs/applications/networking/cluster/argocd/default.nix
@@ -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 ];
   };