drawy: correct licenses

Originally, drawy was GPL-3-Only. After being transferred to
the KDE GitLab, it was re-licensed based on the KDE reuse
system. See https://invent.kde.org/graphics/drawy/-/tree/master/LICENSES.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
This commit is contained in:
Fernando Rodrigues
2026-05-28 18:39:28 +10:00
parent 59ac740506
commit bb28ced1c9
+12 -1
View File
@@ -56,7 +56,18 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Handy and infinite brainstorming tool";
homepage = "https://apps.kde.org/drawy/";
license = lib.licenses.gpl3Only;
changelog = "https://invent.kde.org/graphics/drawy/-/blob/v${finalAttrs.version}/CHANGELOG.md";
license = with lib.licenses; [
bsd2
bsd3
cc-by-sa-40
cc0
gpl2Plus
gpl3Plus
lgpl2Plus
mit
ofl
];
maintainers = with lib.maintainers; [
quarterstar
sigmasquadron