librsvg: fix url

This commit is contained in:
jopejoe1 2024-05-08 20:06:21 +02:00
parent 3af5beb0e2
commit 53e423eddb

View File

@ -217,7 +217,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; {
description = "A small library to render SVG images to Cairo surfaces";
homepage = "hhttps://gitlab.gnome.org/GNOME/librsvg";
homepage = "https://gitlab.gnome.org/GNOME/librsvg";
license = licenses.lgpl2Plus;
maintainers = teams.gnome.members;
mainProgram = "rsvg-convert";