diff options
Diffstat (limited to 'Library/Formula/spatialite-tools.rb')
| -rw-r--r-- | Library/Formula/spatialite-tools.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/spatialite-tools.rb b/Library/Formula/spatialite-tools.rb index 83edf640f..5fa30aa1e 100644 --- a/Library/Formula/spatialite-tools.rb +++ b/Library/Formula/spatialite-tools.rb @@ -11,7 +11,7 @@ class SpatialiteTools < Formula depends_on 'readosm' def install - # See: https://github.com/mxcl/homebrew/issues/3328 + # See: https://github.com/Homebrew/homebrew/issues/3328 ENV.append 'LDFLAGS', '-liconv' # Ensure Homebrew SQLite is found before system SQLite. sqlite = Formula.factory 'sqlite' |
