diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-05-22 02:53:13 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-05-22 02:53:13 +0000 |
commit | 52416b19cc5ce0e010d52a1dd8f02ef114de23cf (patch) | |
tree | b6213c357de4fb66bba48c0ade08f530da36d114 | |
parent | a548756696bfa78a7ee540843337ee16c1fd8f6e (diff) |
changed pure-data.org to pure-data.info
svn path=/trunk/externals/pdogg/; revision=1754
-rw-r--r-- | oggwrite~/oggwrite~.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oggwrite~/oggwrite~.c b/oggwrite~/oggwrite~.c index 1648168..5654963 100644 --- a/oggwrite~/oggwrite~.c +++ b/oggwrite~/oggwrite~.c @@ -719,7 +719,7 @@ static void *oggwrite_new(void) x->x_bytesbuffered = 0;
x->x_pages = 0;
x->x_bcname = "ogg/vorbis stream";
- x->x_bcurl = "http://www.pure-data.org/";
+ x->x_bcurl = "http://www.pure-data.info/";
x->x_bcgenre = "experimental";
x->x_bcdescription = "ogg/vorbis stream recorded with pure-data using oggwrite~";
x->x_bcartist = "pure-data";
|