mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
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:
parent
efcab647ab
commit
08edf7f27c
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue