fusesoc: update license, adopt

This commit is contained in:
VZstless
2026-04-22 00:12:04 +08:00
parent c2bc9ea60e
commit 5defdff4ee
+5 -2
View File
@@ -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";
};
})