localtime: add license

This commit is contained in:
Markus Kowalewski
2018-09-12 23:12:15 +02:00
parent 7d25ffade4
commit 131bc90d08
+3 -2
View File
@@ -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;
}; };
} }