Skip to content

Commit 7845824

Browse files
committedNov 10, 2017
Merge #31210: licenses.ffsl: it's non-free
(cherry picked from commit e62e4c1)
1 parent 747871e commit 7845824

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎lib/licenses.nix

+1
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
219219
ffsl = {
220220
fullName = "Floodgap Free Software License";
221221
url = http://www.floodgap.com/software/ffsl/license.html;
222+
free = false;
222223
};
223224

224225
free = {

0 commit comments

Comments
 (0)
Please sign in to comment.