summary refs log tree commit diff
path: root/pkgs/development/libraries/libroxml/default.nix
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-08-01 00:01:50 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-08-01 00:01:50 +0700
commit2f94991628ea21ff82227c79aac8a57582c9576d (patch)
tree3d2f13149770c2fc5b8dc4a9baeed4b2c4082189 /pkgs/development/libraries/libroxml/default.nix
parente422c1666867969a90e37d2b4d3bd2012365ad79 (diff)
downloadnixpkgs-2f94991628ea21ff82227c79aac8a57582c9576d.tar
nixpkgs-2f94991628ea21ff82227c79aac8a57582c9576d.tar.gz
nixpkgs-2f94991628ea21ff82227c79aac8a57582c9576d.tar.bz2
nixpkgs-2f94991628ea21ff82227c79aac8a57582c9576d.tar.lz
nixpkgs-2f94991628ea21ff82227c79aac8a57582c9576d.tar.xz
nixpkgs-2f94991628ea21ff82227c79aac8a57582c9576d.tar.zst
nixpkgs-2f94991628ea21ff82227c79aac8a57582c9576d.zip
treewide: fix redirected URLs
Using the script in maintainers/scripts/update-redirected-urls.sh
Diffstat (limited to 'pkgs/development/libraries/libroxml/default.nix')
-rw-r--r--pkgs/development/libraries/libroxml/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libroxml/default.nix b/pkgs/development/libraries/libroxml/default.nix
index de1877f2ab4..39c8eab5a65 100644
--- a/pkgs/development/libraries/libroxml/default.nix
+++ b/pkgs/development/libraries/libroxml/default.nix
@@ -7,7 +7,7 @@ stdenv.mkDerivation {
     sha256  = "0y0vc9n4rfbimjp28nx4kdfzz08j5xymh5xjy84l9fhfac5z5a0x";
   };
   meta = with lib; {
-    homepage = "http://www.libroxml.net/";
+    homepage = "https://www.libroxml.net/";
     description = "This library is minimum, easy-to-use, C implementation for xml file parsing";
     license = licenses.lgpl3;
     platforms = platforms.unix;