Merge pull request #172531 from SuperSandro2000/libxslt

libxslt: update homepage
This commit is contained in:
Artturi
2022-05-11 13:18:05 +03:00
committed by GitHub
@@ -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;