summary refs log tree commit diff
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2017-11-10 19:45:09 +0100
committerVladimír Čunát <vcunat@gmail.com>2017-11-10 19:46:21 +0100
commite62e4c1e4a6fc97a37278613e6e58059f62f4f4e (patch)
treecb37e9e2363eb3ab37d85bc455a5f532ef76cd4b
parentf6b6e8783d157c5b94bd7125ff54e70417e3d28e (diff)
parent9bda3f2943b8fb6823c5edeee78328d42072bfbf (diff)
downloadnixlib-e62e4c1e4a6fc97a37278613e6e58059f62f4f4e.tar
nixlib-e62e4c1e4a6fc97a37278613e6e58059f62f4f4e.tar.gz
nixlib-e62e4c1e4a6fc97a37278613e6e58059f62f4f4e.tar.bz2
nixlib-e62e4c1e4a6fc97a37278613e6e58059f62f4f4e.tar.lz
nixlib-e62e4c1e4a6fc97a37278613e6e58059f62f4f4e.tar.xz
nixlib-e62e4c1e4a6fc97a37278613e6e58059f62f4f4e.tar.zst
nixlib-e62e4c1e4a6fc97a37278613e6e58059f62f4f4e.zip
Merge #31210: licenses.ffsl: it's non-free
-rw-r--r--lib/licenses.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 1bb153ce4c31..cbd737dc57f1 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -219,6 +219,7 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
   ffsl = {
     fullName = "Floodgap Free Software License";
     url = http://www.floodgap.com/software/ffsl/license.html;
+    free = false;
   };
 
   free = {