]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
configure.ac: Update project information
authorRico Tzschichholz <ricotz@ubuntu.com>
Tue, 14 Feb 2017 21:59:09 +0000 (22:59 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 14 Feb 2017 21:59:09 +0000 (22:59 +0100)
configure.ac

index 8a00d767762053e230996ab8a2ababa2bdd5cd24..aa2c2480af6096d8e2c33364097cef77b3f5e76e 100644 (file)
@@ -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])])