mapnik: make the geospatial team adopt the package (#344613)

authored by Ivan Mincik and committed by GitHub d4cc84c0 f2d419d3

+10 -4
+10 -4
pkgs/development/libraries/mapnik/default.nix
··· 2 2 lib, 3 3 stdenv, 4 4 fetchFromGitHub, 5 + gitUpdater, 5 6 buildPackages, 6 7 cmake, 7 8 pkg-config, ··· 37 38 hash = "sha256-U5QQ7I7ZBNlMm74Vpvv8lvJ4EefM3+jHURFAP03Lmvw="; 38 39 fetchSubmodules = true; 39 40 }; 41 + 42 + passthru.updateScript = gitUpdater { rev-prefix = "v"; }; 40 43 41 44 postPatch = '' 42 45 substituteInPlace configure \ ··· 122 125 meta = with lib; { 123 126 description = "Open source toolkit for developing mapping applications"; 124 127 homepage = "https://mapnik.org"; 125 - maintainers = with maintainers; [ 126 - hrdinka 127 - hummeltech 128 - ]; 128 + maintainers = 129 + with maintainers; 130 + teams.geospatial.members 131 + ++ [ 132 + hrdinka 133 + hummeltech 134 + ]; 129 135 license = licenses.lgpl21Plus; 130 136 platforms = platforms.all; 131 137 };