localtime: add license
This commit is contained in:
parent
7d25ffade4
commit
131bc90d08
@ -19,9 +19,10 @@ stdenv.mkDerivation {
|
|||||||
find $out/bin -type f -exec remove-references-to -t ${go} '{}' +
|
find $out/bin -type f -exec remove-references-to -t ${go} '{}' +
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "A daemon for keeping the system timezone up-to-date based on the current location";
|
description = "A daemon for keeping the system timezone up-to-date based on the current location";
|
||||||
homepage = https://github.com/Stebalien/localtime;
|
homepage = https://github.com/Stebalien/localtime;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
license = licenses.gpl3;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user