mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-07 22:11:45 +03:00
Merge pull request #81932 from lsix/update-notable-license
notable: update license to unfree
This commit is contained in:
commit
08cc4cd702
@ -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 New Issue
Block a user