metal-cli: add teutat3s to maintainers

This commit is contained in:
teutat3s 2024-06-01 15:47:11 +02:00
parent d406425bd0
commit 05309a05d9
No known key found for this signature in database
GPG Key ID: 18DAE600A6BBE705

View File

@ -47,7 +47,7 @@ buildGoModule rec {
homepage = "https://github.com/equinix/metal-cli/";
changelog = "https://github.com/equinix/metal-cli/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ Br1ght0ne nshalman ];
maintainers = with maintainers; [ Br1ght0ne nshalman teutat3s ];
mainProgram = "metal";
};
}