about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-11-29 06:01:32 +0000
committerGitHub <noreply@github.com>2023-11-29 06:01:32 +0000
commite2e339af901485e2f147e1761ac0bfa762a8b9c1 (patch)
tree06d6183a74f8a74de0980fd1a78e00f87ca6a979 /pkgs/servers
parentf63d259d88c3d60643217cb4ae58bc86fdf97439 (diff)
parenta098648f8db8dc6f45b299b80c03ebb897de9f4c (diff)
downloadnixlib-e2e339af901485e2f147e1761ac0bfa762a8b9c1.tar
nixlib-e2e339af901485e2f147e1761ac0bfa762a8b9c1.tar.gz
nixlib-e2e339af901485e2f147e1761ac0bfa762a8b9c1.tar.bz2
nixlib-e2e339af901485e2f147e1761ac0bfa762a8b9c1.tar.lz
nixlib-e2e339af901485e2f147e1761ac0bfa762a8b9c1.tar.xz
nixlib-e2e339af901485e2f147e1761ac0bfa762a8b9c1.tar.zst
nixlib-e2e339af901485e2f147e1761ac0bfa762a8b9c1.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/geospatial/t-rex/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/geospatial/t-rex/default.nix b/pkgs/servers/geospatial/t-rex/default.nix
index 755bfb06c0d6..c96d8a8247f5 100644
--- a/pkgs/servers/geospatial/t-rex/default.nix
+++ b/pkgs/servers/geospatial/t-rex/default.nix
@@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec {
     homepage = "https://t-rex.tileserver.ch/";
     changelog = "https://github.com/t-rex-tileserver/t-rex/blob/v${version}/CHANGELOG.md";
     license = licenses.mit;
-    maintainers = with maintainers; [ sikmir ];
+    maintainers = teams.geospatial.members;
     mainProgram = "t_rex";
     platforms = platforms.unix;
     broken = true;  # https://github.com/t-rex-tileserver/t-rex/issues/302