From 9fa0c056de268f67e9d058f6fba79f5fea946b8c Mon Sep 17 00:00:00 2001 From: Bernardo Meurer Date: Tue, 16 Feb 2021 11:18:28 -0800 Subject: [PATCH] bindfs: gpl2 -> gpl2Only --- pkgs/tools/filesystems/bindfs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/filesystems/bindfs/default.nix b/pkgs/tools/filesystems/bindfs/default.nix index cf1acfef4d8..4f2a3a42eb2 100644 --- a/pkgs/tools/filesystems/bindfs/default.nix +++ b/pkgs/tools/filesystems/bindfs/default.nix @@ -18,7 +18,7 @@ stdenv.mkDerivation rec { meta = { description = "A FUSE filesystem for mounting a directory to another location"; homepage = "https://bindfs.org"; - license = lib.licenses.gpl2; + license = lib.licenses.gpl2Only; maintainers = with lib.maintainers; [ lovek323 ]; platforms = lib.platforms.unix; };