From 49426793cd9422a6bfcaa53bcbdfba8a19e5dd0f Mon Sep 17 00:00:00 2001 From: Anthony Roussel Date: Mon, 12 Sep 2022 22:54:05 +0200 Subject: [PATCH] usql: add anthonyroussel to maintainers --- pkgs/applications/misc/usql/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/applications/misc/usql/default.nix b/pkgs/applications/misc/usql/default.nix index 201eefe17505..166a4e1d3019 100644 --- a/pkgs/applications/misc/usql/default.nix +++ b/pkgs/applications/misc/usql/default.nix @@ -56,9 +56,8 @@ buildGoModule rec { description = "Universal command-line interface for SQL databases"; homepage = "https://github.com/xo/usql"; license = licenses.mit; - maintainers = with maintainers; [ georgyo ]; + maintainers = with maintainers; [ georgyo anthonyroussel ]; # usql does not build on ARM. platforms = [ "x86_64-linux" "x86_64-darwin" ]; }; - }