diff options
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -529,5 +529,5 @@ def posts(ctx): 'description' : autowaf.get_blurb(os.path.join(path, 'README')), 'dist_pattern' : 'http://download.drobilla.net/serd-%s.tar.bz2'}, { 'Author' : 'drobilla', - 'Tags' : 'Hacking, RDF' }, + 'Tags' : 'Hacking, RDF, Serd' }, os.path.join(out, 'posts')) |