Merge pull request #296870 from yu-re-ka/ferretdb-changelog

ferretdb: add changelog link
This commit is contained in:
Nick Cao
2024-03-18 13:39:59 -07:00
committed by GitHub
+1
View File
@@ -39,6 +39,7 @@ buildGoModule rec {
meta = with lib; {
description = "A truly Open Source MongoDB alternative";
changelog = "https://github.com/FerretDB/FerretDB/releases/tag/v${version}";
homepage = "https://www.ferretdb.io/";
license = licenses.asl20;
maintainers = with maintainers; [ dit7ya noisersup julienmalka ];