summary refs log tree commit diff
path: root/lib
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
parentaf2f66e9ce4a08e09901d2698871a8b513f4725a (diff)
downloadnixpkgs-bdf32f33fa159bc5852475abc2a117ce7f5f13c0.tar
nixpkgs-bdf32f33fa159bc5852475abc2a117ce7f5f13c0.tar.gz
nixpkgs-bdf32f33fa159bc5852475abc2a117ce7f5f13c0.tar.bz2
nixpkgs-bdf32f33fa159bc5852475abc2a117ce7f5f13c0.tar.lz
nixpkgs-bdf32f33fa159bc5852475abc2a117ce7f5f13c0.tar.xz
nixpkgs-bdf32f33fa159bc5852475abc2a117ce7f5f13c0.tar.zst
nixpkgs-bdf32f33fa159bc5852475abc2a117ce7f5f13c0.zip
Notion custom license: exclude
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 986b7fa1fdd..e2f94e565ce 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";