summaryrefslogtreecommitdiff
path: root/store.py
diff options
context:
space:
mode:
Diffstat (limited to 'store.py')
-rw-r--r--store.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/store.py b/store.py
index 7e6502a..f03fb6d 100644
--- a/store.py
+++ b/store.py
@@ -2315,7 +2315,7 @@ class Store:
if pkg is None:
tags += ["simple-index"]
else:
- tags += [safe_name(pkg).lower()]
+ tags += ["pkg~%s" % safe_name(pkg).lower()]
# We only need to bother to enqueue a task if we have something
# to purge