aboutsummaryrefslogtreecommitdiffstats
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
commit82b9f14974124c7c016af96ac12e08c703286769 (patch)
tree406b81da3d59b28bb8e6263280737c33d5842341
parent21668e1b1296d7a56a69add0aae5ec9afc7e1aa8 (diff)
downloadfomp.lv2-82b9f14974124c7c016af96ac12e08c703286769.tar.gz
fomp.lv2-82b9f14974124c7c016af96ac12e08c703286769.tar.bz2
fomp.lv2-82b9f14974124c7c016af96ac12e08c703286769.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 5b25c78..fff426d 100644
--- a/wscript
+++ b/wscript
@@ -96,5 +96,5 @@ def posts(ctx):
'description' : autowaf.get_blurb(os.path.join(path, 'README')),
'dist_pattern' : 'http://download.drobilla.net/fomp-lv2-%s.tar.bz2'},
{ 'Author' : 'drobilla',
- 'Tags' : 'LV2' },
+ 'Tags' : 'LV2, Fomp.lv2' },
os.path.join(out, 'posts'))