Unverified Commit 0adcc947 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

beszel: add arunoruto to maintainers list (#454229)

parents 61d51775 4d268775
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -77,7 +77,10 @@ buildGoModule rec {
    homepage = "https://github.com/henrygd/beszel";
    changelog = "https://github.com/henrygd/beszel/releases/tag/v${version}";
    description = "Lightweight server monitoring hub with historical data, docker stats, and alerts";
    maintainers = with lib.maintainers; [ bot-wxt1221 ];
    maintainers = with lib.maintainers; [
      bot-wxt1221
      arunoruto
    ];
    license = lib.licenses.mit;
  };
}