1 { lib, fetchurl, appimageTools }:
3 appimageTools.wrapType2 rec {
8 url = "https://download.remnote.io/RemNote-${version}.AppImage";
9 sha256 = "sha256-yRUpLev/Fr3mOamkFgevArv2UoXgV4e6zlyv7FaQ4RM=";
13 description = "A note-taking application focused on learning and productivity";
14 homepage = "https://remnote.com/";
15 maintainers = with maintainers; [ max-niederman ];
16 license = licenses.unfree;
17 platforms = platforms.linux;