mirror of
https://github.com/vale981/quickdocs-server
synced 2025-03-05 09:11:38 -05:00
Fix release version of projects.
This commit is contained in:
parent
bd40787766
commit
bb96720613
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
|||
(project-dependees project))))
|
||||
(render #P"project.html"
|
||||
`(:project-name ,project-name
|
||||
:ql-dist-version ,(project-ql-dist-version project)
|
||||
:ql-dist-version ,(project-release-version project)
|
||||
:homepage ,(project-homepage-url* project)
|
||||
:repos-url ,(project-repos-url project)
|
||||
:archive-url ,(project-archive-url project)
|
||||
|
|
Loading…
Add table
Reference in a new issue