From dfb5e8dcabf81b54b378b04566c8e36b0440aa13 Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 20 May 2024 03:35:01 -0400 Subject: [PATCH] ntpd-rs: add getchoo to maintainers --- pkgs/tools/networking/ntpd-rs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/networking/ntpd-rs/default.nix b/pkgs/tools/networking/ntpd-rs/default.nix index 37026d9c5cd5..37b725508381 100644 --- a/pkgs/tools/networking/ntpd-rs/default.nix +++ b/pkgs/tools/networking/ntpd-rs/default.nix @@ -69,7 +69,7 @@ rustPlatform.buildRustPackage rec { changelog = "https://github.com/pendulum-project/ntpd-rs/blob/v${version}/CHANGELOG.md"; mainProgram = "ntp-ctl"; license = with licenses; [ mit /* or */ asl20 ]; - maintainers = with maintainers; [ fpletz ]; + maintainers = with maintainers; [ fpletz getchoo ]; # note: Undefined symbols for architecture x86_64: "_ntp_adjtime" broken = stdenv.isDarwin && stdenv.isx86_64; };