localtime: cleanup

This commit is contained in:
Sandro Jäckel 2021-07-29 14:44:18 +02:00
parent 6f5e013d53
commit 26664dad92
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

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;
};