about summary refs log tree commit diff
path: root/pkgs/tools/system/memtester/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/memtester/default.nix')
-rw-r--r--pkgs/tools/system/memtester/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/memtester/default.nix b/pkgs/tools/system/memtester/default.nix
index 7753ed804e164..cb4f6768f2365 100644
--- a/pkgs/tools/system/memtester/default.nix
+++ b/pkgs/tools/system/memtester/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "A userspace utility for testing the memory subsystem for faults";
     homepage = "http://pyropus.ca/software/memtester/";
-    license = licenses.gpl2;
+    license = licenses.gpl2Only;
     maintainers = [ maintainers.dezgeg ];
     platforms = platforms.unix;
     mainProgram = "memtester";