From ef8f775d2a8f4a631a03b2a2c6ab890bd83d83ab Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Thu, 28 Jan 2021 09:48:18 +0100 Subject: [PATCH] pdfpc: Update license to match upstream Upstream changed the license - see https://github.com/pdfpc/pdfpc/blob/master/CHANGELOG.rst#version-450. --- pkgs/applications/misc/pdfpc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/pdfpc/default.nix b/pkgs/applications/misc/pdfpc/default.nix index 6430b894b7b5..84ba3ced8fc7 100644 --- a/pkgs/applications/misc/pdfpc/default.nix +++ b/pkgs/applications/misc/pdfpc/default.nix @@ -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; };