Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

librttopo: add geospatial team to maintainers

+1 -1
+1 -1
pkgs/development/libraries/librttopo/default.nix
··· 34 description = "RT Topology Library"; 35 homepage = "https://git.osgeo.org/gitea/rttopo/librttopo"; 36 license = licenses.gpl2Plus; 37 - maintainers = with maintainers; [ dotlambda ]; 38 platforms = platforms.unix; 39 }; 40 }
··· 34 description = "RT Topology Library"; 35 homepage = "https://git.osgeo.org/gitea/rttopo/librttopo"; 36 license = licenses.gpl2Plus; 37 + maintainers = with maintainers; teams.geospatial.members ++ [ dotlambda ]; 38 platforms = platforms.unix; 39 }; 40 }