todoist-electron: Switch to MIT license
This commit is contained in:
parent
173bf39cc2
commit
59455622b6
|
@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://github.com/KryDos/todoist-linux";
|
homepage = "https://github.com/KryDos/todoist-linux";
|
||||||
description = "The Linux wrapper for Todoist web version";
|
description = "The Linux wrapper for Todoist web version";
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
license = licenses.isc;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ i077 ];
|
maintainers = with maintainers; [ i077 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue