Skip to content

Commit

Permalink
nix-forecast: fix meta.changelog
Browse files Browse the repository at this point in the history
(cherry picked from commit 5d3993b)
  • Loading branch information
getchoo committed Jan 4, 2025
1 parent 408458d commit 0150d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/ni/nix-forecast/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 0150d32

Please sign in to comment.