diff options
| author | Taylor C. Richberger <Taywee@gmx.com> | 2016-08-16 09:14:18 -0600 |
|---|---|---|
| committer | Taylor C. Richberger <Taywee@gmx.com> | 2016-08-16 09:14:18 -0600 |
| commit | e6284e0cc3198c56aaa86e7fb533ca2851078b6e (patch) | |
| tree | 2c5a047e01d4a9716cf155d27c731d0fe054ae2e | |
| parent | include guards (diff) | |
| parent | Merge pull request #11 from vmrob/fix-submodule-uri (diff) | |
| download | args.hxx-e6284e0cc3198c56aaa86e7fb533ca2851078b6e.tar.xz | |
Merge branch 'master' of github.com:Taywee/args6.0.2
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 3386d8f..85b2c7b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "pages"] path = pages - url = github.com:Taywee/args.git + url = git@github.com:Taywee/args.git branch = gh-pages |
