mirror of
https://github.com/vale981/quickdocs-server
synced 2025-03-05 09:11:38 -05:00
Use the 'devel' branch of Woo.
This commit is contained in:
parent
fe77de5529
commit
b704eeed83
2 changed files with 9 additions and 1 deletions
3
qlfile
3
qlfile
|
@ -1,5 +1,6 @@
|
|||
github datafly fukamachi/datafly
|
||||
github djula mmontone/djula
|
||||
github fast-http fukamachi/fast-http
|
||||
github woo fukamachi/woo :branch devel
|
||||
github quickdocs-database quickdocs/quickdocs-database
|
||||
github quickdocs-serializer quickdocs/quickdocs-serializer
|
||||
github quickdocs-serializer quickdocs/quickdocs-serializer
|
||||
|
|
|
@ -23,6 +23,13 @@
|
|||
:repos "fukamachi/fast-http"
|
||||
:url "https://github.com/fukamachi/fast-http/archive/77e41abe17f2aa76f38cf84d6619159a613ab415.tar.gz"
|
||||
:ref "77e41abe17f2aa76f38cf84d6619159a613ab415"))
|
||||
("woo" .
|
||||
(:class qlot.source.github:source-github
|
||||
:initargs (:project-name "woo" :repos "fukamachi/woo" :ref nil :branch "devel" :tag nil)
|
||||
:version "github-7e1b37c072ff877a89339d8e3b03331faf06b3f5"
|
||||
:repos "fukamachi/woo"
|
||||
:url "https://github.com/fukamachi/woo/archive/7e1b37c072ff877a89339d8e3b03331faf06b3f5.tar.gz"
|
||||
:ref "7e1b37c072ff877a89339d8e3b03331faf06b3f5"))
|
||||
("quickdocs-database" .
|
||||
(:class qlot.source.github:source-github
|
||||
:initargs (:project-name "quickdocs-database" :repos "quickdocs/quickdocs-database" :ref nil :branch nil :tag nil)
|
||||
|
|
Loading…
Add table
Reference in a new issue