diff --git a/pkgs/development/python-modules/geotiler/default.nix b/pkgs/development/python-modules/geotiler/default.nix
index 0e80d9446b86e8d96f637cbe4bb75b3ae98ae3d5..4bfcf9eccb57ebc86a2bfd625521db3986ad700d 100644
--- a/pkgs/development/python-modules/geotiler/default.nix
+++ b/pkgs/development/python-modules/geotiler/default.nix
@@ -2,20 +2,17 @@ { lib, fetchFromGitHub, python3Packages }:
python3Packages.buildPythonPackage rec {
pname = "geotiler";
src = fetchFromGitHub {
owner = "wrobell";
repo = "geotiler";
rev = "geotiler-${version}";
};
nativeCheckInputs = with python3Packages; [ pytestCheckHook pytest-cov ];
application/octet-stream
This content has been proxied by September (3851b).