tzupdate: remove michaelpj as maintainer

This commit is contained in:
Michael Peyton Jones 2024-05-13 10:38:30 +01:00
parent e8771cc3c7
commit cd981c1cc6
No known key found for this signature in database
GPG Key ID: 86A43C24A728F66D
2 changed files with 2 additions and 2 deletions

View File

@ -41,5 +41,5 @@ in {
};
};
meta.maintainers = [ maintainers.michaelpj ];
meta.maintainers = [ ];
}

View File

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