From b5410fd1d414491c1394c2af13492a15bc5e4e4d Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Sun, 25 May 2025 05:30:16 +0200 Subject: [PATCH] flashprog: Add changelog link to meta information Signed-off-by: Felix Singer --- pkgs/by-name/fl/flashprog/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/fl/flashprog/package.nix b/pkgs/by-name/fl/flashprog/package.nix index 446061807a86..29e01cf79b7c 100644 --- a/pkgs/by-name/fl/flashprog/package.nix +++ b/pkgs/by-name/fl/flashprog/package.nix @@ -66,6 +66,7 @@ stdenv.mkDerivation (finalAttrs: { meta = with lib; { homepage = "https://flashprog.org"; description = "Utility for reading, writing, erasing and verifying flash ROM chips"; + changelog = "https://flashprog.org/wiki/Flashprog/v${finalAttrs.version}"; license = with licenses; [ gpl2 ]; maintainers = with maintainers; [ felixsinger