beamerpresenter: dual licensing

Co-authored-by: pacien <pacien@users.noreply.github.com>
This commit is contained in:
Valentin Bruch
2022-04-29 09:37:36 -05:00
committed by ehmry
co-authored by pacien
parent a47954bdf7
commit 3705a34417
@@ -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 ];
};