summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 72a4156)
raw | patch | inline | side by side (parent: 72a4156)
author | Sebastian Harl <sh@tokkee.org> | |
Tue, 3 Jun 2014 06:26:02 +0000 (08:26 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Tue, 3 Jun 2014 06:26:02 +0000 (08:26 +0200) |
README | patch | blob | history | |
ReleaseNotes | patch | blob | history | |
configure.ac | patch | blob | history |
index 97dc2fe6194995d651d2e6dbfd3c866dff81b32a..191979e1ebe33065271a27e353cb15d51d1d3c20 100644 (file)
--- a/README
+++ b/README
license. See COPYING for details. Changes between all SysDB releases can be
found in the file ReleaseNotes.
+ <http://sysdb.io/>
+
Configure and install SysDB
---------------------------
diff --git a/ReleaseNotes b/ReleaseNotes
index c27b0eb338ef843ef6030416b43b01283d77367f..fa9c85a4a67b97268f028448b775900386263b98 100644 (file)
--- a/ReleaseNotes
+++ b/ReleaseNotes
Object names are canonicalized before they are added to the store to ensure
a consistent view of your infrastructure.
- <https://github.com/tokkee/sysdb>
+ <http://sysdb.io/>
Version 0.1.0, Release Date: 2014-06-01
---------------------------------------
diff --git a/configure.ac b/configure.ac
index 1d1747cb2e860a90cfbe31ded39cd87e2e1aaa21..5f778027b601b44d25473a1bae31d88c24db816a 100644 (file)
--- a/configure.ac
+++ b/configure.ac
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 <sh@tokkee.org>"
+ [http://sysdb.io/])
+PACKAGE_MAINTAINER="Sebastian 'tokkee' Harl <tokkee@sysdb.io>"
AC_DEFINE_UNQUOTED([PACKAGE_MAINTAINER], ["$PACKAGE_MAINTAINER"],
[Define to the name of the maintainer of this package.])
AC_CONFIG_SRCDIR([src/sysdb.c])