Fix compare package derivations JSON link
This commit is contained in:
parent
63fc1917f8
commit
faa32234d8
1 changed files with 1 additions and 1 deletions
|
|
@ -659,7 +659,7 @@
|
||||||
(href ,(let ((query-parameter-string
|
(href ,(let ((query-parameter-string
|
||||||
(query-parameters->string query-parameters)))
|
(query-parameters->string query-parameters)))
|
||||||
(string-append
|
(string-append
|
||||||
"/compare/derivations.json"
|
"/compare/package-derivations.json"
|
||||||
(if (string-null? query-parameter-string)
|
(if (string-null? query-parameter-string)
|
||||||
""
|
""
|
||||||
(string-append "?" query-parameter-string))))))
|
(string-append "?" query-parameter-string))))))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue