about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorh7x4 <h7x4@nani.wtf>2024-06-26 21:21:29 +0200
committerGitHub <noreply@github.com>2024-06-26 21:21:29 +0200
commit3ac61d7775a7a8e7e70635fcc7724a7f73c22f1f (patch)
tree7f9dbe7abf4e319582bf212e8869d4716504409a /pkgs/servers
parentcb69dc5b8da282b19049b98aae7bea852a4f948a (diff)
parentc8c4d48cb341106d19a9a08a275c3e47e1caf1ad (diff)
Merge pull request #322666 from noisersup/ferretdb-url
ferretdb: update homepage
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/nosql/ferretdb/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/nosql/ferretdb/default.nix b/pkgs/servers/nosql/ferretdb/default.nix
index 57f0ed7c9f862..8b791d51c3922 100644
--- a/pkgs/servers/nosql/ferretdb/default.nix
+++ b/pkgs/servers/nosql/ferretdb/default.nix
@@ -41,7 +41,7 @@ buildGoModule rec {
     description = "Truly Open Source MongoDB alternative";
     mainProgram = "ferretdb";
     changelog = "https://github.com/FerretDB/FerretDB/releases/tag/v${version}";
-    homepage = "https://www.ferretdb.io/";
+    homepage = "https://www.ferretdb.com/";
     license = licenses.asl20;
     maintainers = with maintainers; [ dit7ya noisersup julienmalka ];
   };