Unverified Commit 8dfd0e7c authored by Gavin John's avatar Gavin John
Browse files

goocanvas3: remove with lib

parent 604b05a9
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -65,11 +65,11 @@ stdenv.mkDerivation (finalAttrs: {
    };
  };

  meta = with lib; {
  meta = {
    description = "Canvas widget for GTK based on the the Cairo 2D library";
    homepage = "https://gitlab.gnome.org/Archive/goocanvas";
    license = licenses.lgpl2; # https://gitlab.gnome.org/GNOME/goocanvas/-/issues/12
    maintainers = with maintainers; [ bobby285271 ];
    platforms = platforms.unix;
    license = lib.licenses.lgpl2; # https://gitlab.gnome.org/GNOME/goocanvas/-/issues/12
    maintainers = with lib.maintainers; [ bobby285271 ];
    platforms = lib.platforms.unix;
  };
})