summaryrefslogtreecommitdiffstats
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
commit139ed37f6ed77ad58c30a64a785f6a6e7a923c82 (patch)
tree5af08f0eed776c32b8a195bad48f986fa2af4fc7
parentbc90c3c943aae6d5532f6ee3dffe8f92fe66496e (diff)
downloadsuil-139ed37f6ed77ad58c30a64a785f6a6e7a923c82.tar.gz
suil-139ed37f6ed77ad58c30a64a785f6a6e7a923c82.tar.bz2
suil-139ed37f6ed77ad58c30a64a785f6a6e7a923c82.zip
Add project tag to release posts
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index bb4686e..c6c2505 100644
--- a/wscript
+++ b/wscript
@@ -315,6 +315,6 @@ def posts(ctx):
'description' : autowaf.get_blurb(os.path.join(path, 'README')),
'dist_pattern' : 'http://download.drobilla.net/suil-%s.tar.bz2'},
{ 'Author' : 'drobilla',
- 'Tags' : 'Hacking, LAD, LV2' },
+ 'Tags' : 'Hacking, LAD, LV2, Suil' },
os.path.join(out, 'posts'))