naja: add meta.changelog

Useful to see what changes in r-ryantm updates

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards
2026-01-19 13:30:15 -05:00
parent cabf36cc76
commit 98a58ba8eb
+1
View File
@@ -110,6 +110,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Structural Netlist API (and more) for EDA post synthesis flow development";
homepage = "https://github.com/najaeda/naja";
changelog = "https://github.com/najaeda/naja/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.asl20;
teams = [ lib.teams.ngi ];
mainProgram = "naja_edit";