···3333 meta = with lib; {
3434 description = "Open source Confluence alternative for internal & external docs built with Golang + EmberJS";
3535 license = licenses.agpl3;
3636- maintainers = with maintainers; [ elseym ];
3636+ maintainers = with maintainers; [ ];
3737 mainProgram = "documize";
3838 homepage = "https://www.documize.com/";
3939 };
+1-1
pkgs/servers/freeradius/default.nix
···7777 homepage = "https://freeradius.org/";
7878 description = "A modular, high performance free RADIUS suite";
7979 license = licenses.gpl2;
8080- maintainers = with maintainers; [ sheenobu willibutz fpletz lheckemann elseym ];
8080+ maintainers = with maintainers; [ sheenobu willibutz fpletz lheckemann ];
8181 platforms = with platforms; linux;
8282 };
8383}
+1-1
pkgs/servers/monitoring/unifi-poller/default.nix
···2525 description = "Collect ALL UniFi Controller, Site, Device & Client Data - Export to InfluxDB or Prometheus";
2626 homepage = "https://github.com/unifi-poller/unifi-poller";
2727 license = licenses.mit;
2828- maintainers = with maintainers; [ elseym ];
2828+ maintainers = with maintainers; [ ];
2929 };
3030}
+1-1
pkgs/tools/misc/esphome/default.nix
···100100 mit # The C++/runtime codebase of the ESPHome project (file extensions .c, .cpp, .h, .hpp, .tcc, .ino)
101101 gpl3Only # The python codebase and all other parts of this codebase
102102 ];
103103- maintainers = with maintainers; [ globin elseym hexa ];
103103+ maintainers = with maintainers; [ globin hexa ];
104104 };
105105}
+1-1
pkgs/tools/networking/termshark/default.nix
···3030 homepage = "https://termshark.io/";
3131 description = "A terminal UI for wireshark-cli, inspired by Wireshark";
3232 license = licenses.mit;
3333- maintainers = with maintainers; [ winpat elseym ];
3333+ maintainers = with maintainers; [ winpat ];
3434 };
3535}
+1-1
pkgs/tools/networking/wireguard-go/default.nix
···3333 description = "Userspace Go implementation of WireGuard";
3434 homepage = "https://git.zx2c4.com/wireguard-go/about/";
3535 license = licenses.mit;
3636- maintainers = with maintainers; [ elseym kirelagin yana zx2c4 ];
3636+ maintainers = with maintainers; [ kirelagin yana zx2c4 ];
3737 };
3838}