jtdx: add meta.{license,platforms}

This commit is contained in:
Ryan Hendrickson
2026-07-05 17:41:28 -04:00
committed by GitHub
parent c3cb325a8f
commit ac514adcff

View File

@@ -21,5 +21,7 @@ wsjtx.overrideAttrs (old: {
pkharvey
];
homepage = "https://github.com/jtdx-project/jtdx";
license = lib.licenses.gpl3Only;
platforms = lib.platforms.linux;
};
})