From 38d0fe7c7fd82c645e400959c1247fb2da23bdcd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 5 Sep 2016 18:41:58 -0400 Subject: Add project tag to release posts --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 86a0d3a9..6e871389 100644 --- a/wscript +++ b/wscript @@ -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')) -- cgit v1.2.1