diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-03-27 15:04:18 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-03-27 15:05:25 -0500 |
commit | 052d3d985a761fcf1d45593d9c02f4fe5643df8b (patch) | |
tree | 967fd5d1b851045dc433783e49af78ce17b8c04a /.gitmodules | |
parent | 9caaff48af3f356b6abe7c92efb685d182347fc1 (diff) | |
download | mediagoblin-052d3d985a761fcf1d45593d9c02f4fe5643df8b.tar.lz mediagoblin-052d3d985a761fcf1d45593d9c02f4fe5643df8b.tar.xz mediagoblin-052d3d985a761fcf1d45593d9c02f4fe5643df8b.zip |
Removing extlib submodule and switching it to being a package.
Much nicer!
This commit sponsored by Cameron Merkel. Thanks Cameron! Good luck
with yer projects!
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 5d78d03e..20fa20e2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,6 +7,3 @@ [submodule "extlib/skeleton"] path = extlib/skeleton url = git://github.com/dhg/Skeleton.git -[submodule "extlib/exif"] - path = extlib/exif - url = https://github.com/ianare/exif-py.git |