summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2020-01-22 07:46:22 -0300
committerGitHub <noreply@github.com>2020-01-22 07:46:22 -0300
commit45b400880a78ad18aa0fd1a9952bca89053951cf (patch)
treecf3d539292d287227aada7b0085ea1270d233524 /lib
parent37381f6e600cbde7551836b83756ba5215fc044a (diff)
parent87394750e4697ce4c83410dfdd48f2fa27eaf339 (diff)
downloadnixpkgs-45b400880a78ad18aa0fd1a9952bca89053951cf.tar
nixpkgs-45b400880a78ad18aa0fd1a9952bca89053951cf.tar.gz
nixpkgs-45b400880a78ad18aa0fd1a9952bca89053951cf.tar.bz2
nixpkgs-45b400880a78ad18aa0fd1a9952bca89053951cf.tar.lz
nixpkgs-45b400880a78ad18aa0fd1a9952bca89053951cf.tar.xz
nixpkgs-45b400880a78ad18aa0fd1a9952bca89053951cf.tar.zst
nixpkgs-45b400880a78ad18aa0fd1a9952bca89053951cf.zip
Merge pull request #77855 from AndersonTorres/update/notion
notion: 3-2017050501 -> 3-2019050101
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";