diff options
author | Asbjørn Sloth Tønnesen <ast@2e8.dk> | 2020-02-17 18:22:36 +0000 |
---|---|---|
committer | Asbjørn Sloth Tønnesen <ast@2e8.dk> | 2020-02-17 18:23:23 +0000 |
commit | a1ba1999ff0b6b9b1b2c756d678e18e9b405dec5 (patch) | |
tree | be09b89414c24a08e1679aaa6a8e78b141fc30b2 /rockspecs | |
parent | 6009360e99762e1b3fe4564db3460bcccb9dcbce (diff) | |
download | lua-inet-a1ba1999ff0b6b9b1b2c756d678e18e9b405dec5.tar.gz lua-inet-a1ba1999ff0b6b9b1b2c756d678e18e9b405dec5.tar.xz lua-inet-a1ba1999ff0b6b9b1b2c756d678e18e9b405dec5.zip |
Fix rockspec after cgit config change (2019-07-30)
Signed-off-by: Asbjørn Sloth Tønnesen <ast@2e8.dk>
Diffstat (limited to 'rockspecs')
-rw-r--r-- | rockspecs/inet-0.1-1.rockspec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rockspecs/inet-0.1-1.rockspec b/rockspecs/inet-0.1-1.rockspec index ec17dff..4e496f3 100644 --- a/rockspecs/inet-0.1-1.rockspec +++ b/rockspecs/inet-0.1-1.rockspec @@ -2,11 +2,11 @@ rockspec_format = "3.0" package = 'inet' version = '0.1-1' source = { - url = 'https://git.2e8.dk/lua-inet.git/snapshot/lua-inet_0.1.tar.gz', + url = 'https://git.2e8.dk/lua-inet/snapshot/lua-inet_0.1.tar.gz', } description = { summary = 'an IP address mangling library', - homepage = 'https://git.2e8.dk/lua-inet.git/about/', + homepage = 'https://git.2e8.dk/lua-inet/about/', labels = { 'network', 'math' }, license = 'GNU LGPL v3', } |