ferretdb: add changelog link

This commit is contained in:
Yureka 2024-03-18 11:19:31 +01:00
parent f3f1228b44
commit f9ab7d7753

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