mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
pdfpc: Update license to match upstream
Upstream changed the license - see https://github.com/pdfpc/pdfpc/blob/master/CHANGELOG.rst#version-450.
This commit is contained in:
parent
c174292ec7
commit
ef8f775d2a
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with lib; {
|
||||
description = "A presenter console with multi-monitor support for PDF files";
|
||||
homepage = "https://pdfpc.github.io/";
|
||||
license = licenses.gpl2Plus;
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ pSub ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user