Unverified Commit feb59789 authored by Emily Trau's avatar Emily Trau Committed by GitHub
Browse files

halloy: add ivyfanchiang as maintainer (#379986)

parents 001a9c92 85fa8e20
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";
  };
}