diff options
-rw-r--r-- | guix-qa-frontpage/patchwork.scm | 1 |
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))))))) |