Commit 53e423ed authored by jopejoe1's avatar jopejoe1
Browse files

librsvg: fix url

parent 3af5beb0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";