Skip to content

Commit 00e8bf1

Browse files
committed
Update project homepage
1 parent b9fee0c commit 00e8bf1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/about.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ static GtkWidget *copyright_page_new(appdata_t *appdata) {
185185
ivbox = gtk_vbox_new(FALSE, 0);
186186

187187
gtk_box_pack_start(GTK_BOX(ivbox),
188-
gtk_label_new("Version " VERSION " (AMDmi3's fork)"), FALSE, FALSE, 0);
188+
gtk_label_new("Version " VERSION " (https://github.com/osm2go/osm2go)"), FALSE, FALSE, 0);
189189
gtk_box_pack_start(GTK_BOX(ivbox),
190190
gtk_label_new(__DATE__ " " __TIME__), FALSE, FALSE, 0);
191191

src/osm-gps-map.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
#include <gdk/gdkkeysyms.h>
7171
#endif
7272

73-
#define USER_AGENT "OSM2go "VERSION" (https://github.com/AMDmi3/osm2go)"
73+
#define USER_AGENT "OSM2go "VERSION" (https://github.com/osm2go/osm2go)"
7474

7575
struct _OsmGpsMapPrivate
7676
{

0 commit comments

Comments
 (0)