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