[Pkg-wmaker-commits] [wmforecast] 07/14: Update URL.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Apr 3 19:39:22 UTC 2016


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmforecast.

commit e33d03f8cc32c56772c2b55c375730aad41e4516
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Fri Apr 1 15:43:44 2016 -0400

    Update URL.
---
 README       | 2 +-
 configure.ac | 3 ++-
 wmforecast.c | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/README b/README
index f6a87c9..e32aad7 100644
--- a/README
+++ b/README
@@ -5,7 +5,7 @@
 
 ===========================================================
 
-Homepage: http://www.friedcheese.org/wmforecast
+Homepage: http://wmforecast.friedcheese.org
 
 wmforecast is a weather dockapp for Window Maker using the Yahoo Weather API
 (https://developer.yahoo.com/weather/)
diff --git a/configure.ac b/configure.ac
index 3afc1ae..95d787f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,5 @@
-AC_INIT([wmforecast], [0.10], [dtorrance at piedmont.edu])
+AC_INIT([wmforecast], [0.10], [dtorrance at piedmont.edu], [wmforecast],
+	[http://wmforecast.friedcheese.org])
 AM_INIT_AUTOMAKE([-Wall -Werror])
 AC_CONFIG_SRCDIR([configure.ac])
 AC_CONFIG_HEADER([config.h])
diff --git a/wmforecast.c b/wmforecast.c
index 927e2f6..1beecf8 100755
--- a/wmforecast.c
+++ b/wmforecast.c
@@ -702,8 +702,8 @@ Preferences *setPreferences(int argc, char **argv)
 			       "    -b, --background <color> set background color\n"
 			       "    -t, --text <color>       set text color\n"
 			       "Report bugs to: %s\n"
-			       "wmforecast home page: https://github.com/d-torrance/wmforecast\n",
-			       PACKAGE_BUGREPORT
+			       "wmforecast home page: %s\n",
+			       PACKAGE_BUGREPORT, PACKAGE_URL
 				);
 			exit(0);
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmforecast.git



More information about the Pkg-wmaker-commits mailing list