diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 1bde953126d7..37f33173be1f 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -3742,12 +3742,6 @@ githubId = 2536303; name = "Enno Lohmeier"; }; - elseym = { - email = "elseym@me.com"; - github = "elseym"; - githubId = 907478; - name = "Simon Waibl"; - }; elvishjerricco = { email = "elvishjerricco@gmail.com"; github = "ElvishJerricco"; diff --git a/nixos/tests/prometheus-exporters.nix b/nixos/tests/prometheus-exporters.nix index 849f5ee159f0..a3092d101d87 100644 --- a/nixos/tests/prometheus-exporters.nix +++ b/nixos/tests/prometheus-exporters.nix @@ -1335,7 +1335,7 @@ mapAttrs ''; meta = with maintainers; { - maintainers = [ willibutz elseym ]; + maintainers = [ willibutz ]; }; } ))) diff --git a/pkgs/development/python-modules/curve25519-donna/default.nix b/pkgs/development/python-modules/curve25519-donna/default.nix index 7698b5d65710..ea96efb91843 100644 --- a/pkgs/development/python-modules/curve25519-donna/default.nix +++ b/pkgs/development/python-modules/curve25519-donna/default.nix @@ -13,6 +13,6 @@ buildPythonPackage rec { description = "Python wrapper for the portable curve25519-donna implementation"; homepage = "http://code.google.com/p/curve25519-donna/"; license = licenses.bsd3; - maintainers = with maintainers; [ elseym ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/development/python-modules/nanoleaf/default.nix b/pkgs/development/python-modules/nanoleaf/default.nix index 8712c582bedc..67cfdd353771 100644 --- a/pkgs/development/python-modules/nanoleaf/default.nix +++ b/pkgs/development/python-modules/nanoleaf/default.nix @@ -20,6 +20,6 @@ buildPythonPackage rec { description = "A python interface for Nanoleaf Aurora lighting"; homepage = "https://github.com/software-2/nanoleaf"; license = licenses.mit; - maintainers = with maintainers; [ elseym ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/development/python-modules/pyatv/default.nix b/pkgs/development/python-modules/pyatv/default.nix index 85c526334caa..3fbc68dac58e 100644 --- a/pkgs/development/python-modules/pyatv/default.nix +++ b/pkgs/development/python-modules/pyatv/default.nix @@ -78,6 +78,6 @@ buildPythonPackage rec { description = "Python client library for the Apple TV"; homepage = "https://github.com/postlund/pyatv"; license = licenses.mit; - maintainers = with maintainers; [ elseym ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/development/python-modules/pybotvac/default.nix b/pkgs/development/python-modules/pybotvac/default.nix index 2feee74d319f..394ea6e3fb0d 100644 --- a/pkgs/development/python-modules/pybotvac/default.nix +++ b/pkgs/development/python-modules/pybotvac/default.nix @@ -36,6 +36,6 @@ buildPythonPackage rec { description = "Python module for interacting with Neato Botvac Connected vacuum robots"; homepage = "https://github.com/stianaske/pybotvac"; license = licenses.mit; - maintainers = with maintainers; [ elseym ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/development/python-modules/pytado/default.nix b/pkgs/development/python-modules/pytado/default.nix index 31cea0c09d06..fcff8365ffd9 100644 --- a/pkgs/development/python-modules/pytado/default.nix +++ b/pkgs/development/python-modules/pytado/default.nix @@ -33,6 +33,6 @@ buildPythonPackage rec { description = "Python binding for Tado web API"; homepage = "https://github.com/wmalgadey/PyTado"; license = licenses.gpl3; - maintainers = with maintainers; [ elseym ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/development/python-modules/srptools/default.nix b/pkgs/development/python-modules/srptools/default.nix index 5339529f3d75..a4022574f11e 100644 --- a/pkgs/development/python-modules/srptools/default.nix +++ b/pkgs/development/python-modules/srptools/default.nix @@ -17,6 +17,6 @@ buildPythonPackage rec { description = "Python-Tools to implement Secure Remote Password (SRP) authentication"; homepage = "https://github.com/idlesign/srptools"; license = licenses.bsd3; - maintainers = with maintainers; [ elseym ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/servers/documize-community/default.nix b/pkgs/servers/documize-community/default.nix index 3a49ad012ff5..a6631843ad5c 100644 --- a/pkgs/servers/documize-community/default.nix +++ b/pkgs/servers/documize-community/default.nix @@ -33,7 +33,7 @@ buildGoModule rec { meta = with lib; { description = "Open source Confluence alternative for internal & external docs built with Golang + EmberJS"; license = licenses.agpl3; - maintainers = with maintainers; [ elseym ]; + maintainers = with maintainers; [ ]; mainProgram = "documize"; homepage = "https://www.documize.com/"; }; diff --git a/pkgs/servers/freeradius/default.nix b/pkgs/servers/freeradius/default.nix index faaa472e9649..2ac3f3ec98c1 100644 --- a/pkgs/servers/freeradius/default.nix +++ b/pkgs/servers/freeradius/default.nix @@ -77,7 +77,7 @@ stdenv.mkDerivation rec { homepage = "https://freeradius.org/"; description = "A modular, high performance free RADIUS suite"; license = licenses.gpl2; - maintainers = with maintainers; [ sheenobu willibutz fpletz lheckemann elseym ]; + maintainers = with maintainers; [ sheenobu willibutz fpletz lheckemann ]; platforms = with platforms; linux; }; } diff --git a/pkgs/servers/monitoring/unifi-poller/default.nix b/pkgs/servers/monitoring/unifi-poller/default.nix index da0141533138..83140c81f637 100644 --- a/pkgs/servers/monitoring/unifi-poller/default.nix +++ b/pkgs/servers/monitoring/unifi-poller/default.nix @@ -25,6 +25,6 @@ buildGoModule rec { description = "Collect ALL UniFi Controller, Site, Device & Client Data - Export to InfluxDB or Prometheus"; homepage = "https://github.com/unifi-poller/unifi-poller"; license = licenses.mit; - maintainers = with maintainers; [ elseym ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/tools/misc/esphome/default.nix b/pkgs/tools/misc/esphome/default.nix index 39325d637b11..538067860f2e 100644 --- a/pkgs/tools/misc/esphome/default.nix +++ b/pkgs/tools/misc/esphome/default.nix @@ -100,6 +100,6 @@ with python.pkgs; buildPythonApplication rec { mit # The C++/runtime codebase of the ESPHome project (file extensions .c, .cpp, .h, .hpp, .tcc, .ino) gpl3Only # The python codebase and all other parts of this codebase ]; - maintainers = with maintainers; [ globin elseym hexa ]; + maintainers = with maintainers; [ globin hexa ]; }; } diff --git a/pkgs/tools/networking/termshark/default.nix b/pkgs/tools/networking/termshark/default.nix index 932d46269bc9..3f09df815a7b 100644 --- a/pkgs/tools/networking/termshark/default.nix +++ b/pkgs/tools/networking/termshark/default.nix @@ -30,6 +30,6 @@ buildGoModule rec { homepage = "https://termshark.io/"; description = "A terminal UI for wireshark-cli, inspired by Wireshark"; license = licenses.mit; - maintainers = with maintainers; [ winpat elseym ]; + maintainers = with maintainers; [ winpat ]; }; } diff --git a/pkgs/tools/networking/wireguard-go/default.nix b/pkgs/tools/networking/wireguard-go/default.nix index 44fadde8e4b0..ab9de57c0ba0 100644 --- a/pkgs/tools/networking/wireguard-go/default.nix +++ b/pkgs/tools/networking/wireguard-go/default.nix @@ -33,6 +33,6 @@ buildGoModule rec { description = "Userspace Go implementation of WireGuard"; homepage = "https://git.zx2c4.com/wireguard-go/about/"; license = licenses.mit; - maintainers = with maintainers; [ elseym kirelagin yana zx2c4 ]; + maintainers = with maintainers; [ kirelagin yana zx2c4 ]; }; } diff --git a/pkgs/tools/networking/wireguard-tools/default.nix b/pkgs/tools/networking/wireguard-tools/default.nix index 59dafe9f9059..b83ef7f2fa09 100644 --- a/pkgs/tools/networking/wireguard-tools/default.nix +++ b/pkgs/tools/networking/wireguard-tools/default.nix @@ -58,7 +58,7 @@ stdenv.mkDerivation rec { downloadPage = "https://git.zx2c4.com/wireguard-tools/refs/"; homepage = "https://www.wireguard.com/"; license = licenses.gpl2; - maintainers = with maintainers; [ elseym ericsagnes zx2c4 globin ma27 d-xo ]; + maintainers = with maintainers; [ ericsagnes zx2c4 globin ma27 d-xo ]; platforms = platforms.unix; }; }