mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
tzupdate: remove michaelpj as maintainer
This commit is contained in:
parent
e8771cc3c7
commit
cd981c1cc6
@ -41,5 +41,5 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
meta.maintainers = [ maintainers.michaelpj ];
|
||||
meta.maintainers = [ ];
|
||||
}
|
||||
|
@ -18,7 +18,7 @@ buildPythonApplication rec {
|
||||
description = "Update timezone information based on geoip";
|
||||
mainProgram = "tzupdate";
|
||||
homepage = "https://github.com/cdown/tzupdate";
|
||||
maintainers = [ maintainers.michaelpj ];
|
||||
maintainers = [ ];
|
||||
license = licenses.unlicense;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user