We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ad9c97 + 6e34587 commit 6f34012Copy full SHA for 6f34012
lib/cabal-licenses.nix
@@ -14,7 +14,8 @@ in licenses // {
14
shortName = "Other License";
15
fullName = "Unidentified Other License";
16
url = "https://spdx.github.io/spdx-spec/appendix-IV-SPDX-license-expressions/";
17
- free = false;
+ # Not setting `free` here. The license may or may not be `free`.
18
+ # See https://github.com/input-output-hk/haskell.nix/pull/1006
19
};
20
NONE = null;
21
}
0 commit comments