diff options
author | Ross Burton <ross@linux.intel.com> | 2011-11-04 12:06:29 +0000 |
---|---|---|
committer | Ross Burton <ross@linux.intel.com> | 2011-11-04 12:06:37 +0000 |
commit | 8baf1e6bfd54d132ffde98c5a56052cdc1f8db72 (patch) | |
tree | 763fbf300ba9ff5d76e337b67543592c9d942625 | |
parent | d9acf71c35c174385fae4e91242075e85f85371d (diff) |
Fix source URL in configure.ac
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e143890..7b6d515 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ AC_PREREQ([2.63]) AC_INIT([rest], [rest_version], [], [rest], - [http://meego.gitorious.org/meego-middleware/librest]) + [http://git.gnome.org/browse/librest/]) AC_CONFIG_SRCDIR([rest/rest-proxy.h]) AC_CONFIG_HEADERS([config.h]) |