aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 3d60859c..fdd6c81d 100644
--- a/wscript
+++ b/wscript
@@ -570,7 +570,7 @@ def posts(ctx):
autowaf.news_to_posts(
os.path.join(path, 'NEWS'),
{'title' : 'Serd',
- 'description' : autowaf.get_blurb(os.path.join(path, 'README')),
+ 'description' : autowaf.get_blurb(os.path.join(path, 'README.md')),
'dist_pattern' : 'http://download.drobilla.net/serd-%s.tar.bz2'},
{ 'Author' : 'drobilla',
'Tags' : 'Hacking, RDF, Serd' },