gdal: add geospatial team to maintainers
This commit is contained in:
parent
244bdc0f59
commit
f534b012e6
@ -205,12 +205,12 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
__darwinAllowLocalNetworking = true;
|
__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";
|
description = "Translator library for raster geospatial data formats";
|
||||||
homepage = "https://www.gdal.org/";
|
homepage = "https://www.gdal.org/";
|
||||||
changelog = "https://github.com/OSGeo/gdal/blob/${src.rev}/NEWS.md";
|
license = licenses.mit;
|
||||||
license = lib.licenses.mit;
|
maintainers = with maintainers; teams.geospatial.members ++ [ marcweber dotlambda ];
|
||||||
maintainers = with lib.maintainers; [ marcweber dotlambda ];
|
platforms = platforms.unix;
|
||||||
platforms = lib.platforms.unix;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user