guile-hoot: partially under LGPL v3 or later (#535072)
This commit is contained in:
@@ -62,7 +62,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meta = {
|
||||
description = "Scheme to WebAssembly compiler backend for GNU Guile and a general purpose WASM toolchain";
|
||||
homepage = "https://codeberg.org/spritely/hoot";
|
||||
license = lib.licenses.asl20;
|
||||
license = with lib.licenses; [
|
||||
asl20
|
||||
lgpl3Plus
|
||||
];
|
||||
maintainers = with lib.maintainers; [ jinser ];
|
||||
platforms = lib.platforms.unix;
|
||||
mainProgram = "hoot";
|
||||
|
||||
Reference in New Issue
Block a user