about summary refs log tree commit diff
path: root/pkgs/tools/text/xml
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2022-01-07 00:01:33 +0700
committerBen Siraphob <bensiraphob@gmail.com>2022-01-07 09:57:54 +0700
commit9a58b51e6ab40f8519fadabc2786dc9a56f27c63 (patch)
treee207cd1c98b6d8c5b9027657bfc01c60d1b44ead /pkgs/tools/text/xml
parent88d7e0ff334177f5a5494ed2616dae195adf6136 (diff)
treewide: fix homepages with permanent redirect to https
Diffstat (limited to 'pkgs/tools/text/xml')
-rw-r--r--pkgs/tools/text/xml/rxp/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/xml/rxp/default.nix b/pkgs/tools/text/xml/rxp/default.nix
index 5940bc6d60f93..918a491ede38d 100644
--- a/pkgs/tools/text/xml/rxp/default.nix
+++ b/pkgs/tools/text/xml/rxp/default.nix
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
   meta = {
     license = lib.licenses.gpl2Plus;
     description = "A validating XML parser written in C";
-    homepage = "http://www.cogsci.ed.ac.uk/~richard/rxp.html";
+    homepage = "https://www.cogsci.ed.ac.uk/~richard/rxp.html";
     platforms = lib.platforms.unix;
   };
 }