diff --git a/pkgs/osm/taginfo-tools/default.nix b/pkgs/osm/taginfo-tools/default.nix
index 56a93c8df3572afb839a653ba17318cb7a3f5111..ae928508b4390a14a8adc7d9415cfa43ee489670 100644
--- a/pkgs/osm/taginfo-tools/default.nix
+++ b/pkgs/osm/taginfo-tools/default.nix
@@ -2,13 +2,13 @@ { lib, stdenv, fetchFromGitHub, cmake, bzip2, expat, gd, icu, libosmium, protozero, sqlite, zlib }:
stdenv.mkDerivation rec {
pname = "taginfo-tools";
src = fetchFromGitHub {
owner = "taginfo";
repo = pname;
fetchSubmodules = true;
};
application/octet-stream
This content has been proxied by September (3851b).