summaryrefslogtreecommitdiffstats
path: root/pulsecaster/config.py
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2010-12-20 22:17:31 -0500
committerPaul W. Frields <stickster@gmail.com>2010-12-20 22:17:31 -0500
commit0a53d18443f44d56ebfe184a87b43f78a391de4c (patch)
treef4b30e01bc6b277c95bfb94b16abc6737d16b1eb /pulsecaster/config.py
parentbe97f5722fbb2da6860076d21891a22837f5fab9 (diff)
downloadpulsecaster-0a53d18443f44d56ebfe184a87b43f78a391de4c.tar.gz
pulsecaster-0a53d18443f44d56ebfe184a87b43f78a391de4c.tar.xz
pulsecaster-0a53d18443f44d56ebfe184a87b43f78a391de4c.zip
PulseCaster now has a real home
Diffstat (limited to 'pulsecaster/config.py')
-rw-r--r--pulsecaster/config.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pulsecaster/config.py b/pulsecaster/config.py
index 873c319..863b417 100644
--- a/pulsecaster/config.py
+++ b/pulsecaster/config.py
@@ -30,8 +30,7 @@ DESCRIPTION = _(u'PulseAudio based podcast recorder')
LICENSE = u'GPLv3+'
COPYRIGHT = _(u'Copyright © 2009-2010 ' + AUTHOR)
KEYWORDS = u'pulseaudio podcast recorder mixer gstreamer pygtk'
-URL = u'http://pulsecaster.fedorahosted.org' # FIXME: Project needs a
- # home!
+URL = u'http://pulsecaster.org'
CONTRIBUTORS = [u'Jürgen Geuter <tante@the-gay-bar.com>',
u'Harry Karvonen <harry.karvonen@gmail.com>']