about summary refs log tree commit diff
path: root/pkgs/tools/misc/xfstests/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/xfstests/default.nix')
-rw-r--r--pkgs/tools/misc/xfstests/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/xfstests/default.nix b/pkgs/tools/misc/xfstests/default.nix
index 5080c85924920..aed576f7d34af 100644
--- a/pkgs/tools/misc/xfstests/default.nix
+++ b/pkgs/tools/misc/xfstests/default.nix
@@ -103,7 +103,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "Torture test suite for filesystems";
     homepage = "https://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git/";
-    license = licenses.gpl2;
+    license = licenses.gpl2Only;
     maintainers = [ maintainers.dezgeg ];
     platforms = platforms.linux;
     mainProgram = "xfstests-check";