mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +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 = {
|
meta = {
|
||||||
description = "Canvas widget for GTK based on the the Cairo 2D library";
|
description = "Canvas widget for GTK based on the the Cairo 2D library";
|
||||||
homepage = "https://gitlab.gnome.org/Archive/goocanvas";
|
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; [
|
maintainers = with lib.maintainers; [
|
||||||
bobby285271
|
bobby285271
|
||||||
pandapip1
|
pandapip1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue