maintainers: adding fd

This commit is contained in:
Simon Menke 2023-07-17 10:21:35 +02:00
parent ce4fb8a2a7
commit 8e3c522630
No known key found for this signature in database
2 changed files with 7 additions and 1 deletions

View File

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

View File

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