wimboot: Add changelog link

Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Felix Singer
2026-04-24 02:52:46 +02:00
parent ef661c0bdf
commit eb4b202a7c
+1
View File
@@ -40,6 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
homepage = "https://ipxe.org/wimboot";
description = "Windows Imaging Format bootloader";
changelog = "https://github.com/ipxe/wimboot/releases/tag/v${finalAttrs.version}";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [
das_j