summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorMoritz Scheuren <m.scheuren@oyra.eu>2020-08-10 19:06:12 +0200
committerJon <jonringer@users.noreply.github.com>2020-08-10 10:34:53 -0700
commit4768d045f0e256a08033e37a50b2176e4de17112 (patch)
tree8c574ce9312bbad84f4fd5143a95c88be3b6cfb6 /pkgs/applications/office
parente6001db0f72b5be755b759298d111538c5b90365 (diff)
license changed to gpl3Plus (for gtg and liblarch)
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/gtg/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/office/gtg/default.nix b/pkgs/applications/office/gtg/default.nix
index 30d1e3dbac5d..d990bc07ad23 100644
--- a/pkgs/applications/office/gtg/default.nix
+++ b/pkgs/applications/office/gtg/default.nix
@@ -61,7 +61,7 @@ python3Packages.buildPythonApplication rec {
'';
homepage = "https://wiki.gnome.org/Apps/GTG";
downloadPage = "https://github.com/getting-things-gnome/gtg/releases";
- license = licenses.gpl3Only;
+ license = licenses.gpl3Plus;
maintainers = with maintainers; [ oyren ];
platforms = platforms.linux;
};