summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorLaria Carolin Chabowski <laria@laria.me>2016-08-16 08:07:31 +0200
committerLaria Carolin Chabowski <laria@laria.me>2016-08-16 08:07:31 +0200
commit24e9bdb81311a4e0d8956906ca6f7bc80f7c2111 (patch)
tree4e89426dfb2b2ee89a3dd87aab898bb50054e1c9 /main.go
parentfc465a9606339111ed136c8334e95a4b34166c07 (diff)
downloadbiomed-24e9bdb81311a4e0d8956906ca6f7bc80f7c2111.tar.gz
biomed-24e9bdb81311a4e0d8956906ca6f7bc80f7c2111.tar.bz2
biomed-24e9bdb81311a4e0d8956906ca6f7bc80f7c2111.zip
rename github accountHEADmaster
Diffstat (limited to 'main.go')
-rw-r--r--main.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/main.go b/main.go
index 37f1a1e..5c12809 100644
--- a/main.go
+++ b/main.go
@@ -2,7 +2,7 @@ package main
import (
"fmt"
- "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"
@@ -79,9 +79,9 @@ func (g *GUI) aboutDlg() {
dlg.SetProgramName("biomed")
dlg.SetComments("A Minecraft Biome Editor")
dlg.SetVersion("β")
- dlg.SetCopyright("© 2013 by Kevin Chabowski")
- dlg.SetAuthors([]string{"Kevin Chabowski <kevin@kch42.de>"})
- dlg.SetLicense(`Copyright (c) 2013 Kevin Chabowski
+ dlg.SetCopyright("© 2013 by Laria Carolin Chabowski")
+ dlg.SetAuthors([]string{"Laria Carolin Chabowski <laria@laria.me>"})
+ dlg.SetLicense(`Copyright (c) 2013 Laria Carolin Chabowski
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in