nix-forecast: fix meta.changelog

This commit is contained in:
seth
2025-01-04 00:25:40 -05:00
parent af240f2fd5
commit 5d3993b95d
+1 -1
View File
@@ -52,7 +52,7 @@ rustPlatform.buildRustPackage rec {
meta = {
description = "Check the forecast for today's Nix builds";
homepage = "https://github.com/getchoo/nix-forecast";
changelog = "https://github.com/getchoo/nix-forecast/releases/tag/${version}";
changelog = "https://github.com/getchoo/nix-forecast/releases/tag/v${version}";
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ getchoo ];
mainProgram = "nix-forecast";