beamerpresenter: dual licensing

Co-authored-by: pacien <pacien@users.noreply.github.com>
This commit is contained in:
Valentin Bruch 2022-04-03 10:32:50 +02:00 committed by ehmry
parent a47954bdf7
commit 3705a34417

View file

@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Modular multi screen pdf presentation viewer"; description = "Modular multi screen pdf presentation viewer";
homepage = "https://github.com/stiglers-eponym/BeamerPresenter"; homepage = "https://github.com/stiglers-eponym/BeamerPresenter";
license = licenses.agpl3Plus; license = with licenses; [ agpl3 gpl3Plus ];
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ pacien ]; maintainers = with maintainers; [ pacien ];
}; };