Unverified Commit 7e26aac6 authored by Kenichi Kamiya's avatar Kenichi Kamiya
Browse files
parent 6781b48b
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -158,7 +158,9 @@ buildNpmPackage (finalAttrs: {
  meta = {
    description = "Shogi frontend supporting USI engines";
    homepage = "https://sunfish-shogi.github.io/shogihome/";
    license = with lib.licenses; [
    license =
      with lib.licenses;
      AND [
        mit
        asl20 # for icons
      ];