mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-23 17:12:27 +00:00
openboardview: Add link to the changelog
Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user