tzupdate: add doronbehar to maintainers

This commit is contained in:
Doron Behar 2024-09-17 09:30:19 +03:00
parent 3fc34aa911
commit 94892f8f20
2 changed files with 5 additions and 2 deletions

View File

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

View File

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