halloy: add ivyfanchiang as maintainer (#379986)

This commit is contained in:
Emily Trau
2025-02-07 15:29:58 +11:00
committed by GitHub
+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";
};
}