Commit 5defdff4 authored by VZstless's avatar VZstless
Browse files

fusesoc: update license, adopt

parent c2bc9ea6
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@
  gitMinimal,
  openssh,
  writableTmpDirAsHomeHook,
  nix-update-script,
}:
python3Packages.buildPythonApplication (finalAttrs: {
  pname = "fusesoc";
@@ -64,11 +65,13 @@ python3Packages.buildPythonApplication (finalAttrs: {
    }"
  ];

  passthru.updateScript = nix-update-script { };

  meta = {
    homepage = "https://github.com/olofk/fusesoc";
    description = "Package manager and build tools for HDL code";
    maintainers = [ ];
    license = lib.licenses.bsd3;
    maintainers = with lib.maintainers; [ VZstless ];
    license = lib.licenses.bsd2;
    mainProgram = "fusesoc";
  };
})