From e813e36af18483cf7e1fef8910160f5699a6f893 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 20 Dec 2018 12:09:48 -0500 Subject: Move README to README.md --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 18628b7..64c72f0 100644 --- a/wscript +++ b/wscript @@ -413,7 +413,7 @@ def posts(ctx): autowaf.news_to_posts( os.path.join(path, 'NEWS'), {'title' : 'Suil', - '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/suil-%s.tar.bz2'}, { 'Author' : 'drobilla', 'Tags' : 'Hacking, LAD, LV2, Suil' }, -- cgit v1.2.1