From 1e42ab513a1eea94f50444e5131ed05e0fbf2dfd Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 2 Oct 2025 09:56:09 +0100 Subject: [PATCH] gnu: ruby-libxml: Fix home-page. Location of the source code has been changed according to . * gnu/packages/ruby-xyz.scm (ruby-libxml)[home-page]: Fix it. Change-Id: Ia9d8a00567c082eaee85527cd2be5cb877174bcb --- gnu/packages/ruby-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm index d295019a7e819f8f960e082ef6d96606034c680f..14047b496a7cf70516ff965dc8c293b3f1c83333 100644 --- a/gnu/packages/ruby-xyz.scm +++ b/gnu/packages/ruby-xyz.scm @@ -2871,7 +2871,7 @@ extensions.") (inputs (list libxml2 zlib)) - (home-page "https://xml4r.github.com/libxml-ruby") + (home-page "https://xml4r.github.io/libxml-ruby/") (synopsis "Ruby bindings for GNOME Libxml2") (description "The Libxml-Ruby project provides Ruby language bindings for the GNOME