diff options
| author | Alexander Pickering <alex@cogarr.net> | 2020-07-13 16:38:42 -0400 |
|---|---|---|
| committer | Alexander Pickering <alex@cogarr.net> | 2020-07-13 16:38:42 -0400 |
| commit | f8177ff97d77e29fa52ed55fb340fc63af90001f (patch) | |
| tree | d04d608aebee689852d0836101658d2d8f76f2e1 /lua-nng-dev-1.rockspec | |
| parent | cb3bd57fb3bac138a5426960e413ddd2176c4616 (diff) | |
| download | lua-nng-f8177ff97d77e29fa52ed55fb340fc63af90001f.tar.gz lua-nng-f8177ff97d77e29fa52ed55fb340fc63af90001f.tar.bz2 lua-nng-f8177ff97d77e29fa52ed55fb340fc63af90001f.zip | |
Add readme
Add a readme with a usage example
Diffstat (limited to 'lua-nng-dev-1.rockspec')
| -rw-r--r-- | lua-nng-dev-1.rockspec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lua-nng-dev-1.rockspec b/lua-nng-dev-1.rockspec index 5cf013f..0be82f6 100644 --- a/lua-nng-dev-1.rockspec +++ b/lua-nng-dev-1.rockspec @@ -2,7 +2,8 @@ package = "lua-nng" rockspec_format="3.0"
version = "dev-1"
source = {
- url = "*** please add URL for source tarball, zip or repository here ***"
+ url = "git+https://cogarr.net/source/cgit.cgi/lua-nng",
+ tag = "v0.1"
}
description = {
summary = "A simple binding for Nanomessage Next Generation",
|
