From 08edf7f27cf0e3a168dd902b5b34fcf1be9c0f53 Mon Sep 17 00:00:00 2001 From: Lancelot SIX Date: Fri, 6 Mar 2020 23:44:36 +0100 Subject: [PATCH] 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 --- pkgs/applications/misc/notable/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/notable/default.nix b/pkgs/applications/misc/notable/default.nix index f66d46597d64..9a00959de020 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 ]; };