summaryrefslogtreecommitdiffstats
path: root/make/configure.py
diff options
context:
space:
mode:
authorkonablend <[email protected]>2009-04-20 16:33:07 +0000
committerkonablend <[email protected]>2009-04-20 16:33:07 +0000
commit3dfb0337b4a31bb6416320ca4e095074568b82f6 (patch)
treee086ec8e3dcb57c72ee87c15128cdf943e9a9fe6 /make/configure.py
parent6dbd37eb5f981cc747088944b9f81e5fc521cd52 (diff)
BuildSystem:
- fixed project metadata for website URL; r2326 inadvertantly merged hbfork website git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2346 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'make/configure.py')
-rw-r--r--make/configure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/configure.py b/make/configure.py
index 8c33becea..0c4179255 100644
--- a/make/configure.py
+++ b/make/configure.py
@@ -642,7 +642,7 @@ class Project( Action ):
self.name = 'HandBrake'
self.acro_lower = 'hb'
self.acro_upper = 'HB'
- self.url_website = 'http://code.google.com/p/hbfork'
+ self.url_website = 'http://handbrake.fr'
self.url_community = 'http://forum.handbrake.fr'
self.url_irc = 'irc://irc.freenode.net/handbrake'