diff --git a/pkgs/default.nix b/pkgs/default.nix
index c4f68bdf1fdd3c81fe75901c685b2f4a2baac29c..8f25f3c7cdc18a4e2b40dd7b65e83b59a0622f2b 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -230,7 +230,6 @@ rio-mucho = callPackage ./geospatial/rio-mucho { };
rio-stac = callPackage ./geospatial/rio-stac { };
rio-tiler = callPackage ./geospatial/rio-tiler { };
sasplanet-bin = callPackage ./geospatial/sasplanet/bin.nix { };
server-thread = callPackage ./geospatial/server-thread { };
starlette-cramjam = callPackage ./geospatial/starlette-cramjam { };
supermercado = callPackage ./geospatial/supermercado { };
diff --git a/pkgs/geospatial/localtileserver/default.nix b/pkgs/geospatial/localtileserver/default.nix
index 7d339801fe8f77d23b3115967e45b3fc10519078..ff1bd7c9f2365e82f0779b5f672278b71e3c45d1 100644
--- a/pkgs/geospatial/localtileserver/default.nix
+++ b/pkgs/geospatial/localtileserver/default.nix
@@ -1,4 +1,4 @@
-{ lib, python3Packages, fetchFromGitHub, large-image-source-gdal, server-thread, scooby }:
+{ lib, python3Packages, fetchFromGitHub, large-image-source-gdal, server-thread }:
python3Packages.buildPythonApplication rec {
pname = "localtileserver";
diff --git a/pkgs/geospatial/scooby/default.nix b/pkgs/geospatial/scooby/default.nix
deleted file mode 100644
index 053fc2a5e5019d9d6ec62606216264125aa320b0..0000000000000000000000000000000000000000
--- a/pkgs/geospatial/scooby/default.nix
+++ /dev/null
@@ -1,23 +0,0 @@
-{ lib, python3Packages, fetchFromGitHub }:
-python3Packages.buildPythonPackage rec {
-}
diff --git a/pkgs/geospatial/server-thread/default.nix b/pkgs/geospatial/server-thread/default.nix
index 466073be0756c77293d29251362f7b1a633ec257..c5d3c4d56338816b62013be41af71f6cabe03c59 100644
--- a/pkgs/geospatial/server-thread/default.nix
+++ b/pkgs/geospatial/server-thread/default.nix
@@ -1,4 +1,4 @@
-{ lib, python3Packages, fetchFromGitHub, scooby }:
+{ lib, python3Packages, fetchFromGitHub }:
python3Packages.buildPythonPackage rec {
pname = "server-thread";
application/octet-stream
This content has been proxied by September (3851b).