Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-02-01 18:31:04 +00:00
committed by GitHub
113 changed files with 881 additions and 415 deletions
+1 -1
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;
};
}