diff options
| author | Přemysl Eric Janouch <p@janouch.name> | 2022-10-04 18:51:25 +0200 | 
|---|---|---|
| committer | Přemysl Eric Janouch <p@janouch.name> | 2022-10-09 01:24:03 +0200 | 
| commit | 0317b88c879db481611027dc5d2a853fee632b1a (patch) | |
| tree | ba78427fe68168bde3dd6759dd5c8b6681329079 /.gitmodules | |
| parent | 1431188e2704d5167ff3dd1e7d2e02db3a88795a (diff) | |
| download | fiv-0317b88c879db481611027dc5d2a853fee632b1a.tar.gz fiv-0317b88c879db481611027dc5d2a853fee632b1a.tar.xz fiv-0317b88c879db481611027dc5d2a853fee632b1a.zip  | |
Don't require asciidoctor or a2x, import liberty
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index c6b083b..67b2c06 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@  [submodule "wuffs-mirror-release-c"]  	path = wuffs-mirror-release-c  	url = https://github.com/google/wuffs-mirror-release-c +[submodule "liberty"] +	path = liberty +	url = https://git.janouch.name/p/liberty.git  | 
