From: Sebastian Harl Date: Tue, 3 Jun 2014 06:26:02 +0000 (+0200) Subject: Replaced old URLs/email addresses with sysdb.io. X-Git-Tag: sysdb-0.2.0~62 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=bd226461afd5fb14daec426877db14bcb113d5c4 Replaced old URLs/email addresses with sysdb.io. --- diff --git a/README b/README index 97dc2fe..191979e 100644 --- a/README +++ b/README @@ -23,6 +23,8 @@ license. See COPYING for details. Changes between all SysDB releases can be found in the file ReleaseNotes. + + Configure and install SysDB --------------------------- diff --git a/ReleaseNotes b/ReleaseNotes index c27b0eb..fa9c85a 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -17,7 +17,7 @@ Object names are canonicalized before they are added to the store to ensure a consistent view of your infrastructure. - + Version 0.1.0, Release Date: 2014-06-01 --------------------------------------- diff --git a/configure.ac b/configure.ac index 1d1747c..5f77802 100644 --- a/configure.ac +++ b/configure.ac @@ -27,10 +27,10 @@ dnl OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF dnl ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. AC_INIT([System DataBase],[m4_esyscmd(./version-gen.sh)], - [sh@tokkee.org], + [sysdb@sysdb.io], [sysdb], - [http://git.tokkee.org/?p=sysdb.git]) -PACKAGE_MAINTAINER="Sebastian 'tokkee' Harl " + [http://sysdb.io/]) +PACKAGE_MAINTAINER="Sebastian 'tokkee' Harl " AC_DEFINE_UNQUOTED([PACKAGE_MAINTAINER], ["$PACKAGE_MAINTAINER"], [Define to the name of the maintainer of this package.]) AC_CONFIG_SRCDIR([src/sysdb.c])