about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authornoisersup <patryk@kwiatek.xyz>2024-06-26 17:45:00 +0200
committernoisersup <patryk@kwiatek.xyz>2024-06-26 17:45:00 +0200
commitc8c4d48cb341106d19a9a08a275c3e47e1caf1ad (patch)
tree5874f39aed8cfa98814c93a056a7597076a6f006 /pkgs
parent876d59bacef801bb938683100bbdcf0695f7197f (diff)
ferretdb: update homepage
ferretdb.com is used in the Github repository description for some time.
Diffstat (limited to 'pkgs')
-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 ];
   };