summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorMichal Sojka <michal.sojka@cvut.cz>2021-01-28 09:48:18 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2021-01-28 10:33:33 +0100
commitef8f775d2a8f4a631a03b2a2c6ab890bd83d83ab (patch)
tree23d673a8207444b568bcf44ee1aaeb13632908f8 /pkgs/applications/misc
parentc174292ec789bb246d2c6e01ade79c7968261c77 (diff)
pdfpc: Update license to match upstream
Upstream changed the license - see https://github.com/pdfpc/pdfpc/blob/master/CHANGELOG.rst#version-450.
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/pdfpc/default.nix2
1 files changed, 1 insertions, 1 deletions
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;
};