steampipe: add anthonyroussel to maintainers

This commit is contained in:
Anthony Roussel 2024-03-26 12:04:33 +01:00
parent 26f5598059
commit 9cb5bf51e6
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ buildGoModule rec {
description = "select * from cloud;";
license = licenses.agpl3Only;
mainProgram = "steampipe";
maintainers = with maintainers; [ hardselius ];
maintainers = with maintainers; [ hardselius anthonyroussel ];
changelog = "https://github.com/turbot/steampipe/blob/v${version}/CHANGELOG.md";
};
}