about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorValentin Bruch <46252273+stiglers-eponym@users.noreply.github.com>2022-04-03 10:32:50 +0200
committerehmry <ehmry@posteo.net>2022-04-29 09:37:36 -0500
commit3705a34417666dbb2e1319f0b9ccc8a29c28da5e (patch)
treeb47bc74994fe18728eb57ef1402ddfe54a6f1ad1 /pkgs/applications/office
parenta47954bdf7fd0151c62c5a1312b822642619b9b7 (diff)
beamerpresenter: dual licensing
Co-authored-by: pacien <pacien@users.noreply.github.com>
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 ba2012e873d4a..5f8d3adf8c2f5 100644
--- a/pkgs/applications/office/beamerpresenter/default.nix
+++ b/pkgs/applications/office/beamerpresenter/default.nix
@@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "Modular multi screen pdf presentation viewer";
     homepage = "https://github.com/stiglers-eponym/BeamerPresenter";
-    license = licenses.agpl3Plus;
+    license = with licenses; [ agpl3 gpl3Plus ];
     platforms = platforms.all;
     maintainers = with maintainers; [ pacien ];
   };