aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-09-05 18:41:58 -0400
committerDavid Robillard <d@drobilla.net>2016-09-05 18:41:58 -0400
commit38d0fe7c7fd82c645e400959c1247fb2da23bdcd (patch)
tree64ed8a68df22538fa20acfe3d71ccbed9a0ebbc4 /wscript
parent0d599585d2bcf071eac0d50df7443bc4f6f7a9e4 (diff)
downloadserd-38d0fe7c7fd82c645e400959c1247fb2da23bdcd.tar.gz
serd-38d0fe7c7fd82c645e400959c1247fb2da23bdcd.tar.bz2
serd-38d0fe7c7fd82c645e400959c1247fb2da23bdcd.zip
Add project tag to release posts
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
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'))