taskopen: change license to gpl2Plus

found at https://github.com/jschlatow/taskopen/blob/master/LICENSE
This commit is contained in:
jopejoe1 2023-12-30 15:46:49 +01:00
parent 3b388c963b
commit 88c08be88f

View File

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
description = "Script for taking notes and open urls with taskwarrior";
homepage = "https://github.com/ValiValpas/taskopen";
platforms = platforms.linux;
license = licenses.free;
license = licenses.gpl2Plus;
maintainers = [ maintainers.winpat ];
};
}