diff options
author | Laria Carolin Chabowski <laria@laria.me> | 2016-08-16 08:07:31 +0200 |
---|---|---|
committer | Laria Carolin Chabowski <laria@laria.me> | 2016-08-16 08:07:31 +0200 |
commit | 24e9bdb81311a4e0d8956906ca6f7bc80f7c2111 (patch) | |
tree | 4e89426dfb2b2ee89a3dd87aab898bb50054e1c9 /mapwidget.go | |
parent | fc465a9606339111ed136c8334e95a4b34166c07 (diff) | |
download | biomed-master.tar.gz biomed-master.tar.bz2 biomed-master.zip |
Diffstat (limited to 'mapwidget.go')
-rw-r--r-- | mapwidget.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mapwidget.go b/mapwidget.go index 8fc2b71..454af85 100644 --- a/mapwidget.go +++ b/mapwidget.go @@ -1,7 +1,7 @@ package main import ( - "github.com/kch42/gomcmap/mcmap" + "github.com/silvasur/gomcmap/mcmap" "github.com/mattn/go-gtk/gdk" "github.com/mattn/go-gtk/glib" "github.com/mattn/go-gtk/gtk" |