Merge pull request #288107 from das-g/geospatial-team
Add geospatial team to maintainers for geospatial packages where I'm a maintainer
This commit is contained in:
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://osmcode.org/osmium-tool/";
|
||||
changelog = "https://github.com/osmcode/osmium-tool/blob/v${version}/CHANGELOG.md";
|
||||
license = with licenses; [ gpl3Plus mit bsd3 ];
|
||||
maintainers = with maintainers; [ das-g ];
|
||||
maintainers = with maintainers; teams.geospatial.members ++ [ das-g ];
|
||||
mainProgram = "osmium";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
|
||||
"https://github.com/osmcode/libosmium/releases/tag/v${version}"
|
||||
"https://github.com/osmcode/libosmium/blob/v${version}/CHANGELOG.md"
|
||||
];
|
||||
maintainers = with maintainers; [ das-g ];
|
||||
maintainers = with maintainers; teams.geospatial.members ++ [ das-g ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
|
||||
"https://github.com/mapbox/protozero/releases/tag/v${version}"
|
||||
"https://github.com/mapbox/protozero/blob/v${version}/CHANGELOG.md"
|
||||
];
|
||||
maintainers = with maintainers; [ das-g ];
|
||||
maintainers = with maintainers; teams.geospatial.members ++ [ das-g ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -56,6 +56,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/mocnik-science/osm-python-tools";
|
||||
license = licenses.gpl3Only;
|
||||
changelog = "https://raw.githubusercontent.com/mocnik-science/osm-python-tools/v${version}/version-history.md";
|
||||
maintainers = with maintainers; [ das-g ];
|
||||
maintainers = with maintainers; teams.geospatial.members ++ [ das-g ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -62,7 +62,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
binaryBytecode # source bundles dependencies as jars
|
||||
];
|
||||
license = licenses.lgpl21Plus;
|
||||
maintainers = [ maintainers.das-g ];
|
||||
maintainers = with maintainers; teams.geospatial.members ++ [ das-g ];
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "ili2c";
|
||||
};
|
||||
|
||||
@@ -72,6 +72,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://osm2pgsql.org";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ jglukasik das-g ];
|
||||
maintainers = with maintainers; teams.geospatial.members ++ [ jglukasik das-g ];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user