From a52df9cfb6fb0026862f0eccf805327a9c911429 Mon Sep 17 00:00:00 2001 From: Ivan Mincik Date: Mon, 3 Feb 2025 10:08:39 +0100 Subject: [PATCH] python3Packages.python-mapnik: adopt package under geospatial team --- pkgs/development/python-modules/python-mapnik/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/python-mapnik/default.nix b/pkgs/development/python-modules/python-mapnik/default.nix index a948f68e3896..6e0b93a60907 100644 --- a/pkgs/development/python-modules/python-mapnik/default.nix +++ b/pkgs/development/python-modules/python-mapnik/default.nix @@ -129,10 +129,10 @@ buildPythonPackage rec { pythonImportsCheck = [ "mapnik" ]; - meta = with lib; { + meta = { description = "Python bindings for Mapnik"; - maintainers = [ ]; homepage = "https://mapnik.org"; - license = licenses.lgpl21Plus; + license = lib.licenses.lgpl21Plus; + maintainers = lib.teams.geospatial.members; }; }