aboutsummaryrefslogtreecommitdiff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2020-01-17 08:30:53 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2020-01-17 08:31:22 -0300
commitbdf32f33fa159bc5852475abc2a117ce7f5f13c0 (patch)
tree1a8b4f45678c6b7f49d249f5081b5d4caebccde7 /lib/licenses.nix
parentaf2f66e9ce4a08e09901d2698871a8b513f4725a (diff)
Notion custom license: exclude
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 986b7fa1fdd9..e2f94e565ce2 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -536,11 +536,6 @@ lib.mapAttrs (n: v: v // { shortName = n; }) {
fullName = "University of Illinois/NCSA Open Source License";
};
- notion_lgpl = {
- url = "https://raw.githubusercontent.com/raboof/notion/master/LICENSE";
- fullName = "Notion modified LGPL";
- };
-
nposl3 = spdx {
spdxId = "NPOSL-3.0";
fullName = "Non-Profit Open Software License 3.0";