From f534b012e6e1ee4a6b111e61f3cdcf65e11c65cc Mon Sep 17 00:00:00 2001 From: Ivan Mincik Date: Mon, 3 Jul 2023 12:57:12 +0200 Subject: gdal: add geospatial team to maintainers --- pkgs/development/libraries/gdal/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pkgs/development/libraries/gdal') diff --git a/pkgs/development/libraries/gdal/default.nix b/pkgs/development/libraries/gdal/default.nix index 189c6f3a41a66..76ea4de745370 100644 --- a/pkgs/development/libraries/gdal/default.nix +++ b/pkgs/development/libraries/gdal/default.nix @@ -205,12 +205,12 @@ stdenv.mkDerivation rec { __darwinAllowLocalNetworking = true; - meta = { + meta = with lib; { + changelog = "https://github.com/OSGeo/gdal/blob/${src.rev}/NEWS.md"; description = "Translator library for raster geospatial data formats"; homepage = "https://www.gdal.org/"; - changelog = "https://github.com/OSGeo/gdal/blob/${src.rev}/NEWS.md"; - license = lib.licenses.mit; - maintainers = with lib.maintainers; [ marcweber dotlambda ]; - platforms = lib.platforms.unix; + license = licenses.mit; + maintainers = with maintainers; teams.geospatial.members ++ [ marcweber dotlambda ]; + platforms = platforms.unix; }; } -- cgit 1.4.1