lol

Merge pull request #180157 from lheckemann/rip

maintainers: remove elseym

authored by

Maximilian Bosch and committed by
GitHub
67c091bf f3c4f804

+14 -20
-6
maintainers/maintainer-list.nix
··· 3742 3742 githubId = 2536303; 3743 3743 name = "Enno Lohmeier"; 3744 3744 }; 3745 - elseym = { 3746 - email = "elseym@me.com"; 3747 - github = "elseym"; 3748 - githubId = 907478; 3749 - name = "Simon Waibl"; 3750 - }; 3751 3745 elvishjerricco = { 3752 3746 email = "elvishjerricco@gmail.com"; 3753 3747 github = "ElvishJerricco";
+1 -1
nixos/tests/prometheus-exporters.nix
··· 1335 1335 ''; 1336 1336 1337 1337 meta = with maintainers; { 1338 - maintainers = [ willibutz elseym ]; 1338 + maintainers = [ willibutz ]; 1339 1339 }; 1340 1340 } 1341 1341 )))
+1 -1
pkgs/development/python-modules/curve25519-donna/default.nix
··· 13 13 description = "Python wrapper for the portable curve25519-donna implementation"; 14 14 homepage = "http://code.google.com/p/curve25519-donna/"; 15 15 license = licenses.bsd3; 16 - maintainers = with maintainers; [ elseym ]; 16 + maintainers = with maintainers; [ ]; 17 17 }; 18 18 }
+1 -1
pkgs/development/python-modules/nanoleaf/default.nix
··· 20 20 description = "A python interface for Nanoleaf Aurora lighting"; 21 21 homepage = "https://github.com/software-2/nanoleaf"; 22 22 license = licenses.mit; 23 - maintainers = with maintainers; [ elseym ]; 23 + maintainers = with maintainers; [ ]; 24 24 }; 25 25 }
+1 -1
pkgs/development/python-modules/pyatv/default.nix
··· 78 78 description = "Python client library for the Apple TV"; 79 79 homepage = "https://github.com/postlund/pyatv"; 80 80 license = licenses.mit; 81 - maintainers = with maintainers; [ elseym ]; 81 + maintainers = with maintainers; [ ]; 82 82 }; 83 83 }
+1 -1
pkgs/development/python-modules/pybotvac/default.nix
··· 36 36 description = "Python module for interacting with Neato Botvac Connected vacuum robots"; 37 37 homepage = "https://github.com/stianaske/pybotvac"; 38 38 license = licenses.mit; 39 - maintainers = with maintainers; [ elseym ]; 39 + maintainers = with maintainers; [ ]; 40 40 }; 41 41 }
+1 -1
pkgs/development/python-modules/pytado/default.nix
··· 33 33 description = "Python binding for Tado web API"; 34 34 homepage = "https://github.com/wmalgadey/PyTado"; 35 35 license = licenses.gpl3; 36 - maintainers = with maintainers; [ elseym ]; 36 + maintainers = with maintainers; [ ]; 37 37 }; 38 38 }
+1 -1
pkgs/development/python-modules/srptools/default.nix
··· 17 17 description = "Python-Tools to implement Secure Remote Password (SRP) authentication"; 18 18 homepage = "https://github.com/idlesign/srptools"; 19 19 license = licenses.bsd3; 20 - maintainers = with maintainers; [ elseym ]; 20 + maintainers = with maintainers; [ ]; 21 21 }; 22 22 }
+1 -1
pkgs/servers/documize-community/default.nix
··· 33 33 meta = with lib; { 34 34 description = "Open source Confluence alternative for internal & external docs built with Golang + EmberJS"; 35 35 license = licenses.agpl3; 36 - maintainers = with maintainers; [ elseym ]; 36 + maintainers = with maintainers; [ ]; 37 37 mainProgram = "documize"; 38 38 homepage = "https://www.documize.com/"; 39 39 };
+1 -1
pkgs/servers/freeradius/default.nix
··· 77 77 homepage = "https://freeradius.org/"; 78 78 description = "A modular, high performance free RADIUS suite"; 79 79 license = licenses.gpl2; 80 - maintainers = with maintainers; [ sheenobu willibutz fpletz lheckemann elseym ]; 80 + maintainers = with maintainers; [ sheenobu willibutz fpletz lheckemann ]; 81 81 platforms = with platforms; linux; 82 82 }; 83 83 }
+1 -1
pkgs/servers/monitoring/unifi-poller/default.nix
··· 25 25 description = "Collect ALL UniFi Controller, Site, Device & Client Data - Export to InfluxDB or Prometheus"; 26 26 homepage = "https://github.com/unifi-poller/unifi-poller"; 27 27 license = licenses.mit; 28 - maintainers = with maintainers; [ elseym ]; 28 + maintainers = with maintainers; [ ]; 29 29 }; 30 30 }
+1 -1
pkgs/tools/misc/esphome/default.nix
··· 100 100 mit # The C++/runtime codebase of the ESPHome project (file extensions .c, .cpp, .h, .hpp, .tcc, .ino) 101 101 gpl3Only # The python codebase and all other parts of this codebase 102 102 ]; 103 - maintainers = with maintainers; [ globin elseym hexa ]; 103 + maintainers = with maintainers; [ globin hexa ]; 104 104 }; 105 105 }
+1 -1
pkgs/tools/networking/termshark/default.nix
··· 30 30 homepage = "https://termshark.io/"; 31 31 description = "A terminal UI for wireshark-cli, inspired by Wireshark"; 32 32 license = licenses.mit; 33 - maintainers = with maintainers; [ winpat elseym ]; 33 + maintainers = with maintainers; [ winpat ]; 34 34 }; 35 35 }
+1 -1
pkgs/tools/networking/wireguard-go/default.nix
··· 33 33 description = "Userspace Go implementation of WireGuard"; 34 34 homepage = "https://git.zx2c4.com/wireguard-go/about/"; 35 35 license = licenses.mit; 36 - maintainers = with maintainers; [ elseym kirelagin yana zx2c4 ]; 36 + maintainers = with maintainers; [ kirelagin yana zx2c4 ]; 37 37 }; 38 38 }
+1 -1
pkgs/tools/networking/wireguard-tools/default.nix
··· 58 58 downloadPage = "https://git.zx2c4.com/wireguard-tools/refs/"; 59 59 homepage = "https://www.wireguard.com/"; 60 60 license = licenses.gpl2; 61 - maintainers = with maintainers; [ elseym ericsagnes zx2c4 globin ma27 d-xo ]; 61 + maintainers = with maintainers; [ ericsagnes zx2c4 globin ma27 d-xo ]; 62 62 platforms = platforms.unix; 63 63 }; 64 64 }