halloy: add ivyfanchiang as maintainer

This commit is contained in:
Ivy Fan-Chiang
2025-02-06 23:12:12 -05:00
parent 29c58cf78d
commit 85fa8e2080
+1 -1
View File
@@ -118,7 +118,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/squidowl/halloy";
changelog = "https://github.com/squidowl/halloy/blob/${version}/CHANGELOG.md";
license = licenses.gpl3Only;
maintainers = with maintainers; [ fab iivusly ];
maintainers = with maintainers; [ fab iivusly ivyfanchiang];
mainProgram = "halloy";
};
}