obsidian: fix license to use Obsidian EULA
This commit is contained in:
parent
adb053abdc
commit
16c918438d
@ -22,7 +22,7 @@ appimageTools.wrapType2 rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Obsidian is a powerful knowledge base that works on top of a local folder of plain text Markdown files.";
|
description = "Obsidian is a powerful knowledge base that works on top of a local folder of plain text Markdown files.";
|
||||||
homepage = "https://obsidian.md";
|
homepage = "https://obsidian.md";
|
||||||
license = licenses.mit;
|
license = licenses.obsidian;
|
||||||
maintainers = with maintainers; [ conradmearns ];
|
maintainers = with maintainers; [ conradmearns ];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user