linuxptp: fix license

This commit is contained in:
Markus Kowalewski 2021-02-01 13:36:34 +01:00
parent f73b1ebec1
commit 119c1c55fd
No known key found for this signature in database
GPG key ID: 502A248E3FB4FF48

View file

@ -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;
};
}