todoist-electron: Switch to MIT license

This commit is contained in:
Imran Hossain 2020-10-06 17:06:27 -04:00
parent 173bf39cc2
commit 59455622b6

View File

@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/KryDos/todoist-linux";
description = "The Linux wrapper for Todoist web version";
platforms = [ "x86_64-linux" ];
license = licenses.isc;
license = licenses.mit;
maintainers = with maintainers; [ i077 ];
};
}