]> Untitled Git - emu8051.git/commitdiff
Change project's website URL
authorHugo Villeneuve <hugo@hugovil.com>
Tue, 8 Apr 2014 18:31:07 +0000 (14:31 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Tue, 8 Apr 2014 18:31:07 +0000 (14:31 -0400)
configure.ac

index 814ab632a3a57daa6ee4177233d247c5c31b6146..e24e29c0f603cf3c73d5778b54042dc7e694724e 100644 (file)
@@ -2,7 +2,7 @@
 
 dnl Initialization stuff.
 AC_INIT([emu8051], [2.0.1], [hugo@hugovil.com], [emu8051],
-       [http://www.hugovil.com/fr/emu8051/])
+       [http://www.hugovil.com/emu8051/])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_SRCDIR(src/common/cpu8051.c)