goocanvas3: remove with lib
This commit is contained in:
@@ -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;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user