htpdate: mark linux only
This commit is contained in:
parent
3030252b1e
commit
2174683e0c
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Utility to fetch time and set the system clock over HTTP";
|
description = "Utility to fetch time and set the system clock over HTTP";
|
||||||
homepage = http://www.vervest.org/htp/;
|
homepage = http://www.vervest.org/htp/;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.linux;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user