localtime: cleanup

This commit is contained in:
Sandro Jäckel
2021-07-29 14:44:18 +02:00
parent 6f5e013d53
commit 26664dad92
+2 -1
View File
@@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "localtime";
version = "2017-11-07";
version = "unstable-2017-11-07";
src = fetchFromGitHub {
owner = "Stebalien";
@@ -32,6 +32,7 @@ buildGoPackage rec {
meta = with lib; {
description = "A daemon for keeping the system timezone up-to-date based on the current location";
homepage = "https://github.com/Stebalien/localtime";
maintainers = with maintainers; [ ];
platforms = platforms.linux;
license = licenses.gpl3;
};