aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix-data-service/web/view/html.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix-data-service/web/view/html.scm b/guix-data-service/web/view/html.scm
index fc3743e..382a19e 100644
--- a/guix-data-service/web/view/html.scm
+++ b/guix-data-service/web/view/html.scm
@@ -748,8 +748,8 @@
,@(if show-next-page?
`((div
(@ (class "row"))
- (a (@ (href ,(string-append path-base revision-commit-hash
- "/packages?after_name="
+ (a (@ (href ,(string-append path-base
+ "?after_name="
(car (last packages)))))
"Next page")))
'())))))