From 1b4f5ee6a4989d7eda7766c5864908c389586c6f Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Wed, 18 May 2016 11:12:58 +0300 Subject: [PATCH] Update project URLs to use libffi/libffi --- README | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index b4c6db6b..5984c454 100644 --- a/README +++ b/README @@ -183,7 +183,7 @@ To install the library and header files, type "make install". History ======= -See the git log for details at http://github.com/atgreen/libffi. +See the git log for details at http://github.com/libffi/libffi. 4.0 TBD New API in support of GO closures. diff --git a/configure.ac b/configure.ac index da7c4325..19dd5c86 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this with autoconf to create configure AC_PREREQ(2.68) -AC_INIT([libffi], [3.99999], [http://github.com/atgreen/libffi/issues]) +AC_INIT([libffi], [3.99999], [http://github.com/libffi/libffi/issues]) AC_CONFIG_HEADERS([fficonfig.h]) AC_CANONICAL_SYSTEM