From: Rico Tzschichholz Date: Tue, 14 Feb 2017 21:59:09 +0000 (+0100) Subject: configure.ac: Update project information X-Git-Tag: 0.37.1~3^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cabeb10e7175d4fb0f57673be1d2945844b0d982;p=thirdparty%2Fvala.git configure.ac: Update project information --- diff --git a/configure.ac b/configure.ac index 8a00d7677..aa2c2480a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,9 @@ dnl configure.in AC_PREREQ([2.65]) -AC_INIT([valadoc],[0.35.0],[flo.brosch@gmail.com]) +AC_INIT([valadoc],[0.35.0], + [https://bugzilla.gnome.org/browse.cgi?product=valadoc], + [valadoc], + [https://wiki.gnome.org/Projects/Valadoc]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])