diff --git a/geohash.scm b/geohash.scm index 4cb7d5a..e885353 100644 --- a/geohash.scm +++ b/geohash.scm @@ -1,7 +1,7 @@ ;; A Geohash implementation for Guile scheme ;; This is a port of the code from https://github.com/chrisveness/latlon-geohash/tree/master -(define-module (anarres geohash) +(define-module (geohash) #:use-module (ice-9 receive) #:use-module (ice-9 match) #:export (encode decode bounds adjacent neighbours))