flashprog: Add changelog link to meta information

Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Felix Singer
2025-05-25 05:30:16 +02:00
parent 31eb0ffdcf
commit b5410fd1d4
+1
View File
@@ -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