Unverified Commit 98a58ba8 authored by Ethan Carter Edwards's avatar Ethan Carter Edwards
Browse files

naja: add meta.changelog



Useful to see what changes in r-ryantm updates

Signed-off-by: default avatarEthan Carter Edwards <ethan@ethancedwards.com>
parent cabf36cc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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";