aboutsummaryrefslogtreecommitdiff
path: root/guix-qa-frontpage
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2024-05-22 11:21:31 +0100
committerChristopher Baines <mail@cbaines.net>2024-05-22 11:21:31 +0100
commitebf50945dd8fa7dfffe851a77ce85706c25931e2 (patch)
tree5b060f5a89ea06a9006bc294deb41da1251751e0 /guix-qa-frontpage
parentc5308b86b23ff473aceaab6c88071a485f69862a (diff)
downloadqa-frontpage-ebf50945dd8fa7dfffe851a77ce85706c25931e2.tar
qa-frontpage-ebf50945dd8fa7dfffe851a77ce85706c25931e2.tar.gz
Add missing export
Diffstat (limited to 'guix-qa-frontpage')
-rw-r--r--guix-qa-frontpage/patchwork.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/guix-qa-frontpage/patchwork.scm b/guix-qa-frontpage/patchwork.scm
index 91f5a23..7e10e28 100644
--- a/guix-qa-frontpage/patchwork.scm
+++ b/guix-qa-frontpage/patchwork.scm
@@ -19,7 +19,8 @@
#:use-module (guix-qa-frontpage debbugs)
#:export (%patchwork-instance
- latest-patchwork-series-by-issue))
+ latest-patchwork-series-by-issue
+ latest-patchwork-series-for-issue))
(define %patchwork-instance
(make-parameter "https://patches.guix-patches.cbaines.net"))