girouette: add cafkafk as maintainer

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2023-10-03 08:26:42 +02:00
parent 9d2e9d8ddf
commit d80af44653
No known key found for this signature in database
GPG Key ID: 26C542FD97F965CE

View File

@ -37,7 +37,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/gourlaysama/girouette";
changelog = "https://github.com/gourlaysama/girouette/blob/${src.rev}/CHANGELOG.md";
license = with licenses; [ asl20 mit ];
maintainers = with maintainers; [ linuxissuper ];
maintainers = with maintainers; [ linuxissuper cafkafk ];
mainProgram = "girouette";
};
}