From 3afcba3e0a92522e42d3243df9235c30de4889e6 Mon Sep 17 00:00:00 2001 From: Ingo Blechschmidt Date: Sun, 29 Oct 2017 17:19:18 +0100 Subject: [PATCH] mupdf: correct license meta information The website of MuPDF says that MuPDF is licensed under the terms of the GNU Affero General Public License. However, I didn't see which version of that license they mean. A clear statement that MuPDF is licensed under the terms of AGPL >= 3 is included in the README file of their Git repository: git://git.ghostscript.com/mupdf.git --- pkgs/applications/misc/mupdf/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/mupdf/default.nix b/pkgs/applications/misc/mupdf/default.nix index a111e76df0c2..b50d99466f89 100644 --- a/pkgs/applications/misc/mupdf/default.nix +++ b/pkgs/applications/misc/mupdf/default.nix @@ -103,7 +103,7 @@ stdenv.mkDerivation rec { homepage = http://mupdf.com; repositories.git = git://git.ghostscript.com/mupdf.git; description = "Lightweight PDF, XPS, and E-book viewer and toolkit written in portable C"; - license = licenses.gpl3Plus; + license = licenses.agpl3Plus; maintainers = with maintainers; [ viric vrthra fpletz ]; platforms = platforms.linux; };