aboutsummaryrefslogtreecommitdiff
path: root/guix-qa-frontpage/patchwork.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix-qa-frontpage/patchwork.scm')
-rw-r--r--guix-qa-frontpage/patchwork.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-qa-frontpage/patchwork.scm b/guix-qa-frontpage/patchwork.scm
index cd5bc26..fedf849 100644
--- a/guix-qa-frontpage/patchwork.scm
+++ b/guix-qa-frontpage/patchwork.scm
@@ -113,7 +113,7 @@
(define (patch->issue-number patch)
(string->number
(match:substring
- (string-match "\\[bug#([0-9]*).*\\]"
+ (string-match "\\[?bug#([0-9]*)(,|:|\\])"
(assoc-ref patch "name"))
1)))