Skip to content

Commit 530977d

Browse files
author
Louis Brauer
committed
Fix rockspec
1 parent 0cb8adb commit 530977d

5 files changed

+3
-11513
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
luacov.
1+
luacov.*

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lua-dropbox
22
====
33
[![License](http://img.shields.io/badge/License-MIT-brightgreen.svg)](LICENSE)
44
[![Travis](https://img.shields.io/travis/louis77/lua-dropbox.svg)]()
5-
[![Coverage Status](https://coveralls.io/repos/louis77/lua-dropbox/badge.svg?branch=master&service=github)](https://coveralls.io/github/louis77/lua-dropbox?branch=master)
5+
[![Coverage Status](https://coveralls.io/repos/github/louis77/lua-dropbox/badge.svg?branch=master)](https://coveralls.io/github/louis77/lua-dropbox?branch=master)
66

77

88
A non-official wrapper around Dropbox API v2

lua-dropbox-0.1-0.rockspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ rockspec_format = "1.0"
22
package = "lua-dropbox"
33
version = "0.1-0"
44
source = {
5-
url = "git://github.com/JakobGreen/lua-requests.git"
5+
url = "git://github.com/loui77/lua-dropbox.git"
66
}
77
description = {
88
summary = "A wrapper for Dropbox API v2",

0 commit comments

Comments
 (0)