Skip to content

Commit d2636f9

Browse files
committed
spatialite_tools: adopt package under geospatial team
1 parent cfe66f8 commit d2636f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/sp/spatialite_tools/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,16 @@ stdenv.mkDerivation rec {
5858
version = "${libspatialite.version}";
5959
};
6060

61-
meta = with lib; {
61+
meta = {
6262
description = "Complete sqlite3-compatible CLI front-end for libspatialite";
6363
homepage = "https://www.gaia-gis.it/fossil/spatialite-tools";
64-
license = with licenses; [
64+
license = with lib.licenses; [
6565
mpl11
6666
gpl2Plus
6767
lgpl21Plus
6868
];
69-
platforms = platforms.unix;
70-
maintainers = with maintainers; [ dotlambda ];
69+
platforms = lib.platforms.unix;
70+
maintainers = lib.teams.geospatial.members ++ (with lib.maintainers; [ dotlambda ]);
7171
mainProgram = "spatialite_tool";
7272
};
7373
}

0 commit comments

Comments
 (0)