Merge pull request #180157 from lheckemann/rip

maintainers: remove elseym

Changed files
+14 -20
maintainers
nixos
pkgs
development
python-modules
curve25519-donna
nanoleaf
pyatv
pybotvac
pytado
srptools
servers
documize-community
freeradius
monitoring
unifi-poller
tools
misc
esphome
networking
termshark
wireguard-go
wireguard-tools
-6
maintainers/maintainer-list.nix
···
githubId = 2536303;
name = "Enno Lohmeier";
};
-
elseym = {
-
email = "elseym@me.com";
-
github = "elseym";
-
githubId = 907478;
-
name = "Simon Waibl";
-
};
elvishjerricco = {
email = "elvishjerricco@gmail.com";
github = "ElvishJerricco";
+1 -1
nixos/tests/prometheus-exporters.nix
···
'';
meta = with maintainers; {
-
maintainers = [ willibutz elseym ];
+
maintainers = [ willibutz ];
};
)))
+1 -1
pkgs/development/python-modules/curve25519-donna/default.nix
···
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; [ ];
};
}
+1 -1
pkgs/development/python-modules/nanoleaf/default.nix
···
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; [ ];
};
}
+1 -1
pkgs/development/python-modules/pyatv/default.nix
···
description = "Python client library for the Apple TV";
homepage = "https://github.com/postlund/pyatv";
license = licenses.mit;
-
maintainers = with maintainers; [ elseym ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/development/python-modules/pybotvac/default.nix
···
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; [ ];
};
}
+1 -1
pkgs/development/python-modules/pytado/default.nix
···
description = "Python binding for Tado web API";
homepage = "https://github.com/wmalgadey/PyTado";
license = licenses.gpl3;
-
maintainers = with maintainers; [ elseym ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/development/python-modules/srptools/default.nix
···
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; [ ];
};
}
+1 -1
pkgs/servers/documize-community/default.nix
···
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/";
};
+1 -1
pkgs/servers/freeradius/default.nix
···
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;
};
}
+1 -1
pkgs/servers/monitoring/unifi-poller/default.nix
···
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; [ ];
};
}
+1 -1
pkgs/tools/misc/esphome/default.nix
···
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 ];
};
}
+1 -1
pkgs/tools/networking/termshark/default.nix
···
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 ];
};
}
+1 -1
pkgs/tools/networking/wireguard-go/default.nix
···
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 ];
};
}
+1 -1
pkgs/tools/networking/wireguard-tools/default.nix
···
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;
};
}