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
This commit is contained in:
Lancelot SIX 2020-03-06 23:44:36 +01:00
parent efcab647ab
commit 08edf7f27c
No known key found for this signature in database
GPG key ID: 02E1542BA66FB047

View file

@ -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 ];
};