From 5d3993b95de59a146cd406bf8d58a60d6eac3c07 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 4 Jan 2025 00:25:40 -0500 Subject: [PATCH] nix-forecast: fix meta.changelog --- pkgs/by-name/ni/nix-forecast/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/ni/nix-forecast/package.nix b/pkgs/by-name/ni/nix-forecast/package.nix index 8171e0f6a2eb..dd509a5de072 100644 --- a/pkgs/by-name/ni/nix-forecast/package.nix +++ b/pkgs/by-name/ni/nix-forecast/package.nix @@ -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";