summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/office/beamerpresenter/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/office/beamerpresenter/default.nix')
-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";