about summary refs log tree commit diff
path: root/pkgs/development/libraries/libxml2
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@sap.com>2022-05-11 11:46:58 +0200
committerSandro Jäckel <sandro.jaeckel@sap.com>2022-05-11 11:46:58 +0200
commitb4e8a4bbda45f0576017281d25e817bc19383bbd (patch)
tree447e2f42b86db7157aaf3da576924ab2919ae369 /pkgs/development/libraries/libxml2
parent2a5f9fcde65629554f39d683db02a98a6c054756 (diff)
libxml2: update homepage
Diffstat (limited to 'pkgs/development/libraries/libxml2')
-rw-r--r--pkgs/development/libraries/libxml2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libxml2/default.nix b/pkgs/development/libraries/libxml2/default.nix
index 06c073c718ac9..f0b4d0baf4fb3 100644
--- a/pkgs/development/libraries/libxml2/default.nix
+++ b/pkgs/development/libraries/libxml2/default.nix
@@ -124,7 +124,7 @@ stdenv.mkDerivation rec {
   };
 
   meta = with lib; {
-    homepage = "http://xmlsoft.org/";
+    homepage = "https://gitlab.gnome.org/GNOME/libxml2";
     description = "XML parsing library for C";
     license = licenses.mit;
     platforms = platforms.all;