Unverified Commit 02ead7c3 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

naja: add meta.changelog (#481695)

parents e7a2f19c 98a58ba8
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";