shogihome: make use of compound licenses
Clarified at: https://github.com/sunfish-shogi/shogihome/blob/9de74f6f9c7054bac0397e15f550578bbf11bcf6/README.en.md?plain=1#L125-L134
This commit is contained in:
@@ -158,10 +158,12 @@ buildNpmPackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Shogi frontend supporting USI engines";
|
||||
homepage = "https://sunfish-shogi.github.io/shogihome/";
|
||||
license = with lib.licenses; [
|
||||
mit
|
||||
asl20 # for icons
|
||||
];
|
||||
license =
|
||||
with lib.licenses;
|
||||
AND [
|
||||
mit
|
||||
asl20 # for icons
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
kachick
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user