nimble: add changelog

This commit is contained in:
Daylin Morgan
2025-04-04 16:06:44 +05:30
committed by Emery Hemingway
parent 5345e43b49
commit 7f100c8ea8
+1
View File
@@ -39,6 +39,7 @@ buildNimPackage (
meta = {
description = "Package manager for the Nim programming language";
homepage = "https://github.com/nim-lang/nimble";
changelog = "https://github.com/nim-lang/nimble/releases/tag/v${final.version}";
license = lib.licenses.bsd3;
mainProgram = "nimble";
maintainers = [ lib.maintainers.daylinmorgan ];