diff options
Diffstat (limited to 'oggwrite~')
-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";
|