otb: add geospatial team as co-maintainer (#415592)

This commit is contained in:
Ivan Mincik
2025-06-11 15:31:17 +02:00
committed by GitHub
+2 -2
View File
@@ -1,6 +1,5 @@
{
cmake,
callPackage,
fetchFromGitHub,
fetchpatch,
makeWrapper,
@@ -43,7 +42,7 @@
enableThirdParty ? true,
}:
let
inherit (lib) optionalString optionals optional;
inherit (lib) optionals;
pythonInputs =
optionals enablePython (with python3.pkgs; [ numpy ]) ++ (extraPythonPackages python3.pkgs);
@@ -309,6 +308,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://www.orfeo-toolbox.org/";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ daspk04 ];
teams = [ lib.teams.geospatial ];
platforms = lib.platforms.linux;
};
})