about summary refs log tree commit diff
path: root/pkgs/development/libraries/libxslt
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@sap.com>2022-05-11 11:44:10 +0200
committerSandro Jäckel <sandro.jaeckel@sap.com>2022-05-11 11:44:10 +0200
commitdc2c00a9af91d8886e9b950836e93025a5e14c41 (patch)
tree707a4f5956f60d05c7eee388f908618d0994720a /pkgs/development/libraries/libxslt
parent2a5f9fcde65629554f39d683db02a98a6c054756 (diff)
libxslt: update homepage
Diffstat (limited to 'pkgs/development/libraries/libxslt')
-rw-r--r--pkgs/development/libraries/libxslt/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libxslt/default.nix b/pkgs/development/libraries/libxslt/default.nix
index ac4dd74923374..a8ed68b088bd5 100644
--- a/pkgs/development/libraries/libxslt/default.nix
+++ b/pkgs/development/libraries/libxslt/default.nix
@@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
   };
 
   meta = with lib; {
-    homepage = "http://xmlsoft.org/XSLT/";
+    homepage = "https://gitlab.gnome.org/GNOME/libxslt";
     description = "A C library and tools to do XSL transformations";
     license = licenses.mit;
     platforms = platforms.all;