Unverified Commit 85fa8e20 authored by Ivy Fan-Chiang's avatar Ivy Fan-Chiang
Browse files

halloy: add ivyfanchiang as maintainer

parent 29c58cf7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };
}