diff options
-rw-r--r-- | AUTHORS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,7 @@ -Main developers: +Main MATE developers: + Perberos <[email protected]> + +Main GNOME developers: Paolo Bacchilega <[email protected]> Contributors: diff --git a/configure.ac b/configure.ac index 4629ab1..e868955 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([engrampa], [1.1.0], [http://bugzilla.mate.org/enter_bug.cgi?product=engrampa]) +AC_INIT([engrampa], [1.1.0], [http://www.mate-desktop.org/]) AM_INIT_AUTOMAKE([1.9 foreign]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |