mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
goocanvas3: fix license
This commit is contained in:
parent
f9c0cf14f6
commit
8c15a8dba5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue