From ce3f5867754f15cafe53142b61f4335790036146 Mon Sep 17 00:00:00 2001 From: Jussi Kuokkanen Date: Fri, 26 Apr 2024 14:35:31 +0300 Subject: pkgs/tools: remove licenses.gpl2 --- pkgs/tools/filesystems/nilfs-utils/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/tools/filesystems/nilfs-utils/default.nix') diff --git a/pkgs/tools/filesystems/nilfs-utils/default.nix b/pkgs/tools/filesystems/nilfs-utils/default.nix index 3fe4f9af4a08d..79a0fe5336734 100644 --- a/pkgs/tools/filesystems/nilfs-utils/default.nix +++ b/pkgs/tools/filesystems/nilfs-utils/default.nix @@ -45,7 +45,7 @@ stdenv.mkDerivation rec { description = "NILFS utilities"; maintainers = [ maintainers.raskin ]; platforms = platforms.linux; - license = with licenses; [ gpl2 lgpl21 ]; + license = with licenses; [ gpl2Plus lgpl21 ]; downloadPage = "http://nilfs.sourceforge.net/en/download.html"; }; } -- cgit 1.4.1