mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
linuxptp: fix license
This commit is contained in:
parent
f73b1ebec1
commit
119c1c55fd
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user