localtime: cleanup
This commit is contained in:
parent
6f5e013d53
commit
26664dad92
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue