summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorJussi Kuokkanen <jussi.kuokkanen@protonmail.com>2024-03-19 14:26:06 +0200
committerJussi Kuokkanen <jussi.kuokkanen@protonmail.com>2024-03-21 18:09:24 +0200
commit82b45bf4547f4d705663e4d2593ac78e24a5d094 (patch)
tree8ba08875292bf6f73c93fba5f269197ebca75c8a /pkgs/applications/office
parent1b54a5cb78a4287042b2f4b6a78b1947778c110e (diff)
treewide: remove licenses.agpl3
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/beamerpresenter/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/office/beamerpresenter/default.nix b/pkgs/applications/office/beamerpresenter/default.nix
index 947c9946e5d3..c3e080ad3d52 100644
--- a/pkgs/applications/office/beamerpresenter/default.nix
+++ b/pkgs/applications/office/beamerpresenter/default.nix
@@ -87,7 +87,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Modular multi screen pdf presentation viewer";
homepage = "https://github.com/stiglers-eponym/BeamerPresenter";
- license = with licenses; [ agpl3 gpl3Plus ];
+ license = with licenses; [ agpl3Only gpl3Plus ];
platforms = platforms.all;
maintainers = with maintainers; [ pacien dotlambda ];
mainProgram = "beamerpresenter";