goocanvas3: fix license

This commit is contained in:
Gavin John 2025-01-16 18:00:07 -08:00
parent f9c0cf14f6
commit 8c15a8dba5
No known key found for this signature in database
GPG key ID: 792E158CDD33C3EE

View file

@ -68,7 +68,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Canvas widget for GTK based on the the Cairo 2D library";
homepage = "https://gitlab.gnome.org/Archive/goocanvas";
license = lib.licenses.lgpl2; # https://gitlab.gnome.org/GNOME/goocanvas/-/issues/12
license = lib.licenses.lgpl2Plus; # The license contains the "or later" clause
maintainers = with lib.maintainers; [
bobby285271
pandapip1