aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix-qa-frontpage/patchwork.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/guix-qa-frontpage/patchwork.scm b/guix-qa-frontpage/patchwork.scm
index ffb7292..6bfa372 100644
--- a/guix-qa-frontpage/patchwork.scm
+++ b/guix-qa-frontpage/patchwork.scm
@@ -161,5 +161,6 @@
data
mumi-data)
(lambda (a b)
+ ;; Sort by issue number
(> (first a)
(first b)))))))