beamerpresenter: dual licensing
Co-authored-by: pacien <pacien@users.noreply.github.com>
This commit is contained in:
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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user