From 8e3c522630fb1129c402fd931f91a14b1913e0c5 Mon Sep 17 00:00:00 2001 From: Simon Menke Date: Mon, 17 Jul 2023 10:21:35 +0200 Subject: [PATCH] maintainers: adding fd --- maintainers/maintainer-list.nix | 6 ++++++ pkgs/development/tools/rust/sqlx-cli/default.nix | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index ae010b3dafb..05b3782e393 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -5312,6 +5312,12 @@ githubId = 4246921; name = "Florian Beeres"; }; + fd = { + email = "simon.menke@gmail.com"; + github = "fd"; + githubId = 591; + name = "Simon Menke"; + }; fdns = { email = "fdns02@gmail.com"; github = "fdns"; diff --git a/pkgs/development/tools/rust/sqlx-cli/default.nix b/pkgs/development/tools/rust/sqlx-cli/default.nix index 1e5b17705e8..70973a45563 100644 --- a/pkgs/development/tools/rust/sqlx-cli/default.nix +++ b/pkgs/development/tools/rust/sqlx-cli/default.nix @@ -42,6 +42,6 @@ rustPlatform.buildRustPackage rec { "SQLx's associated command-line utility for managing databases, migrations, and enabling offline mode with sqlx::query!() and friends."; homepage = "https://github.com/launchbadge/sqlx"; license = licenses.asl20; - maintainers = with maintainers; [ greizgh xrelkd ]; + maintainers = with maintainers; [ greizgh xrelkd fd ]; }; }