summary refs log tree commit diff
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@fysik.su.se>2021-02-01 13:36:34 +0100
committerMarkus Kowalewski <markus.kowalewski@fysik.su.se>2021-02-01 13:36:34 +0100
commit119c1c55fd74302e7b567d8695310c5a67840414 (patch)
tree111f179a61062d85fc3beceb8a55a1385f6f5de8
parentf73b1ebec1e505dce7f647b980447d41d4d35178 (diff)
downloadnixpkgs-119c1c55fd74302e7b567d8695310c5a67840414.tar
nixpkgs-119c1c55fd74302e7b567d8695310c5a67840414.tar.gz
nixpkgs-119c1c55fd74302e7b567d8695310c5a67840414.tar.bz2
nixpkgs-119c1c55fd74302e7b567d8695310c5a67840414.tar.lz
nixpkgs-119c1c55fd74302e7b567d8695310c5a67840414.tar.xz
nixpkgs-119c1c55fd74302e7b567d8695310c5a67840414.tar.zst
nixpkgs-119c1c55fd74302e7b567d8695310c5a67840414.zip
linuxptp: fix license
-rw-r--r--pkgs/os-specific/linux/linuxptp/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/linuxptp/default.nix b/pkgs/os-specific/linux/linuxptp/default.nix
index c9de5f874a3..4f58c9f3f2a 100644
--- a/pkgs/os-specific/linux/linuxptp/default.nix
+++ b/pkgs/os-specific/linux/linuxptp/default.nix
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
     description = "Implementation of the Precision Time Protocol (PTP) according to IEEE standard 1588 for Linux";
     homepage = "http://linuxptp.sourceforge.net/";
     maintainers = [ maintainers.markuskowa ];
-    license = licenses.gpl2;
+    license = licenses.gpl2Only;
     platforms = platforms.linux;
   };
 }