summary refs log tree commit diff
path: root/pkgs/applications/misc/notable
diff options
context:
space:
mode:
authorLancelot SIX <lsix@lancelotsix.com>2020-03-06 23:44:36 +0100
committerLancelot SIX <lsix@lancelotsix.com>2020-03-06 23:54:23 +0100
commit08edf7f27cf0e3a168dd902b5b34fcf1be9c0f53 (patch)
tree2aed057904ef301136c7560ab9f821f0b22c3ace /pkgs/applications/misc/notable
parentefcab647abf3fd16020f970f66b1b2f5c29299cf (diff)
downloadnixpkgs-08edf7f27cf0e3a168dd902b5b34fcf1be9c0f53.tar
nixpkgs-08edf7f27cf0e3a168dd902b5b34fcf1be9c0f53.tar.gz
nixpkgs-08edf7f27cf0e3a168dd902b5b34fcf1be9c0f53.tar.bz2
nixpkgs-08edf7f27cf0e3a168dd902b5b34fcf1be9c0f53.tar.lz
nixpkgs-08edf7f27cf0e3a168dd902b5b34fcf1be9c0f53.tar.xz
nixpkgs-08edf7f27cf0e3a168dd902b5b34fcf1be9c0f53.tar.zst
nixpkgs-08edf7f27cf0e3a168dd902b5b34fcf1be9c0f53.zip
notable: update license to unfree
Notable used to be released under AGPL-v3 until v1.5.x but is is now
nonfree.

See https://github.com/notable/notable/blob/master/SOURCE_CODE.md
Diffstat (limited to 'pkgs/applications/misc/notable')
-rw-r--r--pkgs/applications/misc/notable/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/notable/default.nix b/pkgs/applications/misc/notable/default.nix
index f66d46597d6..9a00959de02 100644
--- a/pkgs/applications/misc/notable/default.nix
+++ b/pkgs/applications/misc/notable/default.nix
@@ -23,7 +23,7 @@ appimageTools.wrapType2 rec {
   meta = with lib; {
     description = "The markdown-based note-taking app that doesn't suck";
     homepage = "https://github.com/notable/notable";
-    license = licenses.agpl3;
+    license = licenses.unfree;
     platforms = [ "x86_64-linux" ];
     maintainers = with maintainers; [ dtzWill ];
   };