diff options
author | katherine <ageha@airen-no-jikken.icu> | 2019-12-10 23:29:21 -0700 |
---|---|---|
committer | katherine <ageha@airen-no-jikken.icu> | 2019-12-10 23:29:21 -0700 |
commit | 47b6e46d9bba6835018bdf7432ea742eaca45a03 (patch) | |
tree | 45bef2893919900d4987dcc033a67f6f743f4077 /.gitmodules | |
parent | 8cb7ab5550a528b0fdb75533e6dc0bcbc7a42719 (diff) | |
download | every-47b6e46d9bba6835018bdf7432ea742eaca45a03.tar.gz |
implement option parsing and calendar locating
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..d6a321c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "reqs/simple-opt"] + path = reqs/simple-opt + url = https://git.airen-no-jikken.icu/ageha/simple-opt.git +[submodule "reqs/simple-xdg-bdirs"] + path = reqs/simple-xdg-bdirs + url = https://git.airen-no-jikken.icu/ageha/simple-xdg-bdirs.git |