squawk: add marsam to maintainers

This commit is contained in:
Mario Rodas 2023-10-25 04:20:00 +00:00
parent ff9563d72c
commit bc6915e0f9

View File

@ -44,6 +44,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://squawkhq.com/";
changelog = "https://github.com/sbdchd/squawk/blob/v${version}/CHANGELOG.md";
license = licenses.gpl3Only;
maintainers = with lib.maintainers; [ andrewsmith ];
maintainers = with lib.maintainers; [ andrewsmith marsam ];
};
}