Skip to content

Commit 02daf3d

Browse files
authored
spatialite_tools: adopt package under geospatial team (#379845)
2 parents 4e98e86 + c59f85e commit 02daf3d

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

pkgs/by-name/sp/spatialite_tools/package.nix renamed to pkgs/by-name/sp/spatialite-tools/package.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
readosm,
1616
sqlite,
1717
testers,
18-
spatialite_tools,
18+
spatialite-tools,
1919
}:
2020

2121
stdenv.mkDerivation rec {
@@ -53,21 +53,21 @@ stdenv.mkDerivation rec {
5353
enableParallelBuilding = true;
5454

5555
passthru.tests.version = testers.testVersion {
56-
package = spatialite_tools;
56+
package = spatialite-tools;
5757
command = "! spatialite_tool --version";
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
}

pkgs/top-level/aliases.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1287,6 +1287,7 @@ mapAliases {
12871287
SPAdes = spades; # Added 2024-06-12
12881288
spark2014 = gnatprove; # Added 2024-02-25
12891289
spatialite_gui = throw "spatialite_gui has been renamed to spatialite-gui"; # Added 2025-01-12
1290+
spatialite_tools = throw "spatialite_tools has been renamed to spatialite-tools"; # Added 2025-02-06
12901291

12911292
# Added 2020-02-10
12921293
sourceHanSansPackages = {

0 commit comments

Comments
 (0)