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
commit bb18a03dd3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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