beszel: add arunoruto to maintainers list

This commit is contained in:
Mirza Arnaut
2025-10-22 13:56:20 +02:00
parent 85a03d7c98
commit 4d268775b4
+4 -1
View File
@@ -73,7 +73,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;
};
}