diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-02 09:56:09 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-02 10:50:48 +0100 |
| commit | 1e42ab513a1eea94f50444e5131ed05e0fbf2dfd (patch) | |
| tree | ef57e2a6ce704761a4f03415ad0ae00d2a97df75 /gnu | |
| parent | c03df1daf91d1592c9c88d8ff27f533edc5d4ab3 (diff) | |
gnu: ruby-libxml: Fix home-page.
Location of the source code has been changed according to
<https://rubygems.org/gems/libxml-ruby>.
* gnu/packages/ruby-xyz.scm (ruby-libxml)[home-page]: Fix it.
Change-Id: Ia9d8a00567c082eaee85527cd2be5cb877174bcb
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/ruby-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm index d295019a7e8..14047b496a7 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 |
