From 88c08be88ffd6266451c3a547122aa55f31a2576 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Sat, 30 Dec 2023 15:46:49 +0100 Subject: [PATCH] taskopen: change license to gpl2Plus found at https://github.com/jschlatow/taskopen/blob/master/LICENSE --- pkgs/applications/misc/taskopen/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/taskopen/default.nix b/pkgs/applications/misc/taskopen/default.nix index 88050d2f449d..54361a0fbbd5 100644 --- a/pkgs/applications/misc/taskopen/default.nix +++ b/pkgs/applications/misc/taskopen/default.nix @@ -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 ]; }; }