diff --git a/README.rst b/README.rst
index b9679d3..a846740 100644
--- a/README.rst
+++ b/README.rst
@@ -50,7 +50,7 @@ Links
 - `LuaForge Project Page`_
 - Download_
 
-.. _License: http://rrthomas.github.com/lrexlib/license.html
-.. _Reference Manual: http://rrthomas.github.com/lrexlib/manual.html
+.. _License: http://rrthomas.github.io/lrexlib/license.html
+.. _Reference Manual: http://rrthomas.github.io/lrexlib/manual.html
 .. _LuaForge Project Page: http://luaforge.net/projects/lrexlib/
 .. _Download: https://github.com/rrthomas/lrexlib/downloads
diff --git a/debian/changelog b/debian/changelog
index 85eddf3..2d39987 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+lua-rexlib (2.9.1+git20211228.1.870a0d5-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sat, 07 May 2022 05:25:10 -0000
+
 lua-rexlib (2.9.1-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/rockspecs.lua b/rockspecs.lua
index ebe1c1b..9677174 100644
--- a/rockspecs.lua
+++ b/rockspecs.lua
@@ -19,7 +19,7 @@ default = {
   package = "Lrexlib-"..flavour,
   version = version.."-1",
   source = {
-    url = "git://github.com/rrthomas/lrexlib.git",
+    url = "git+https://github.com/rrthomas/lrexlib.git",
     tag = "rel-"..version_dashed,
   },
   description = {
@@ -28,7 +28,7 @@ default = {
 Lrexlib is a regular expression library for Lua 5.1-5.4, which
 provides bindings for several regular expression libraries.
 This rock provides the ]]..flavour..[[ bindings.]],
-    homepage = "http://github.com/rrthomas/lrexlib",
+    homepage = "https://github.com/rrthomas/lrexlib",
     license = "MIT/X11"
   },
   dependencies = {