From a47193128c96da95b7f77f4a74c9572a927dcc2e Mon Sep 17 00:00:00 2001 From: Bart van Strien Date: Tue, 20 Feb 2024 17:21:49 +0100 Subject: [PATCH] Update urls --- inifile-1.0-2.rockspec | 2 +- inifile-dev-1.rockspec | 2 +- inifile.lua | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/inifile-1.0-2.rockspec b/inifile-1.0-2.rockspec index 8a81018..5b204ef 100644 --- a/inifile-1.0-2.rockspec +++ b/inifile-1.0-2.rockspec @@ -14,7 +14,7 @@ description = { as much information as possible, like the order of the file and the stored comments. It is also out-of-the-box compatible with LÖVE. ]], - homepage = "http://docs.bartbes.com/inifile", + homepage = "https://github.com/bartbes/inifile", license = "Simplified BSD license", } diff --git a/inifile-dev-1.rockspec b/inifile-dev-1.rockspec index 0584af5..0726e91 100644 --- a/inifile-dev-1.rockspec +++ b/inifile-dev-1.rockspec @@ -13,7 +13,7 @@ description = { as much information as possible, like the order of the file and the stored comments. It is also out-of-the-box compatible with LÖVE. ]], - homepage = "http://docs.bartbes.com/inifile", + homepage = "https://github.com/bartbes/inifile", license = "Simplified BSD license", } diff --git a/inifile.lua b/inifile.lua index a0f1385..fb94e82 100644 --- a/inifile.lua +++ b/inifile.lua @@ -1,7 +1,7 @@ local inifile = { _VERSION = "inifile 1.0", _DESCRIPTION = "Inifile is a simple, complete ini parser for lua", - _URL = "http://docs.bartbes.com/inifile", + _URL = "https://github.com/bartbes/inifile", _LICENSE = [[ Copyright 2011-2015 Bart van Strien. All rights reserved.