We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe66f8 commit d2636f9Copy full SHA for d2636f9
pkgs/by-name/sp/spatialite_tools/package.nix
@@ -58,16 +58,16 @@ stdenv.mkDerivation rec {
58
version = "${libspatialite.version}";
59
};
60
61
- meta = with lib; {
+ meta = {
62
description = "Complete sqlite3-compatible CLI front-end for libspatialite";
63
homepage = "https://www.gaia-gis.it/fossil/spatialite-tools";
64
- license = with licenses; [
+ license = with lib.licenses; [
65
mpl11
66
gpl2Plus
67
lgpl21Plus
68
];
69
- platforms = platforms.unix;
70
- maintainers = with maintainers; [ dotlambda ];
+ platforms = lib.platforms.unix;
+ maintainers = lib.teams.geospatial.members ++ (with lib.maintainers; [ dotlambda ]);
71
mainProgram = "spatialite_tool";
72
73
}
0 commit comments