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

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