Merge pull request #81932 from lsix/update-notable-license

notable: update license to unfree
This commit is contained in:
Michele Guerini Rocco 2020-03-08 01:52:37 +01:00 committed by GitHub
commit 08cc4cd702
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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