mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
tzupdate: add doronbehar to maintainers
This commit is contained in:
parent
3fc34aa911
commit
94892f8f20
@ -41,5 +41,5 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
meta.maintainers = [ ];
|
||||
meta.maintainers = with lib.maintainers; [ doronbehar ];
|
||||
}
|
||||
|
@ -21,7 +21,10 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "Set the system timezone based on IP geolocation";
|
||||
homepage = "https://github.com/cdown/tzupdate";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ camillemndn ];
|
||||
maintainers = with lib.maintainers; [
|
||||
camillemndn
|
||||
doronbehar
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "tzupdate";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user