about summary refs log tree commit diff
path: root/pkgs/tools/backup/stenc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/backup/stenc/default.nix')
-rw-r--r--pkgs/tools/backup/stenc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/backup/stenc/default.nix b/pkgs/tools/backup/stenc/default.nix
index 96e7ed5eca8d4..1f0ea7e2b6a28 100644
--- a/pkgs/tools/backup/stenc/default.nix
+++ b/pkgs/tools/backup/stenc/default.nix
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
     description = "SCSI Tape Encryption Manager";
     mainProgram = "stenc";
     homepage = "https://github.com/scsitape/stenc";
-    license = lib.licenses.gpl2;
+    license = lib.licenses.gpl2Only;
     maintainers = with lib.maintainers; [ woffs ];
     platforms = lib.platforms.linux;
   };