Skip to content

Commit 6f34012

Browse files
committed
Merge remote-tracking branch 'origin/master' into hkm/clean-data-files-fix
2 parents 2ad9c97 + 6e34587 commit 6f34012

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/cabal-licenses.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ in licenses // {
1414
shortName = "Other License";
1515
fullName = "Unidentified Other License";
1616
url = "https://spdx.github.io/spdx-spec/appendix-IV-SPDX-license-expressions/";
17-
free = false;
17+
# Not setting `free` here. The license may or may not be `free`.
18+
# See https://github.com/input-output-hk/haskell.nix/pull/1006
1819
};
1920
NONE = null;
2021
}

0 commit comments

Comments
 (0)