segger-jlink: add meta.changelog

This commit is contained in:
h7x4 2024-06-12 17:38:34 +02:00
parent d4cbe1f370
commit 8855f6bcba
No known key found for this signature in database
GPG Key ID: 9F2F7D8250F35146

View File

@ -151,6 +151,7 @@ in stdenv.mkDerivation {
meta = with lib; {
description = "J-Link Software and Documentation pack";
homepage = "https://www.segger.com/downloads/jlink/#J-LinkSoftwareAndDocumentationPack";
changelog = "https://www.segger.com/downloads/jlink/ReleaseNotes_JLink.html";
license = licenses.unfree;
platforms = attrNames supported;
maintainers = with maintainers; [ FlorianFranzen stargate01 ];