mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
Merge pull request #81932 from lsix/update-notable-license
notable: update license to unfree
This commit is contained in:
commit
08cc4cd702
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ appimageTools.wrapType2 rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "The markdown-based note-taking app that doesn't suck";
|
description = "The markdown-based note-taking app that doesn't suck";
|
||||||
homepage = "https://github.com/notable/notable";
|
homepage = "https://github.com/notable/notable";
|
||||||
license = licenses.agpl3;
|
license = licenses.unfree;
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
maintainers = with maintainers; [ dtzWill ];
|
maintainers = with maintainers; [ dtzWill ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue