openboardview: Add link to the changelog

Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Felix Singer
2026-07-08 23:49:37 +02:00
parent f83e77f48f
commit 16ab2db83b

View File

@@ -74,6 +74,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Linux SDL/ImGui edition software for viewing .brd files";
mainProgram = "openboardview";
homepage = "https://github.com/OpenBoardView/OpenBoardView";
changelog = "https://github.com/OpenBoardView/OpenBoardView/releases/tag/${finalAttrs.version}";
license = lib.licenses.mit;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ k3a ];