maintainers: remove offline

Removed upstream https://github.com/NixOS/nixpkgs/pull/483520

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2026-02-13 13:22:59 -06:00
parent 975606b2a5
commit 54ab8bc155
2 changed files with 1 additions and 8 deletions

View file

@ -1827,13 +1827,6 @@
name = "Judson Lester";
source = "nixpkgs";
};
offlinehacker = {
email = "jaka@x-truder.net";
github = "offlinehacker";
githubId = 585547;
name = "Jaka Hudoklin";
source = "nixpkgs";
};
olmokramer = {
email = "olmokramer@users.noreply.github.com";
github = "olmokramer";

View file

@ -113,7 +113,7 @@ let
in
{
meta.maintainers = [ lib.maintainers.offline ];
meta.maintainers = [ ];
options = {
services.xsuspender = {