summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix-web/view.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-web/view.scm b/guix-web/view.scm
index f8fc9d9..f448375 100644
--- a/guix-web/view.scm
+++ b/guix-web/view.scm
@@ -192,7 +192,7 @@
`(tr
(td
(a (@ (href ,source))
- ,(basename source)))
+ ,source))
(td
(a (@ (href ,(javascript-license-uri js)))
,(license-name (javascript-license js))))