summary refs log tree commit diff
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2017-10-30 03:25:36 +0000
committerGitHub <noreply@github.com>2017-10-30 03:25:36 +0000
commitdc309e98afc58671d60ec28b9546cc5cc0d085ce (patch)
tree66669fa7d665c0a02c33ad0224728e40fe95ac19
parent747dc06db4c5675c5ed0591054dc5037debbc82f (diff)
parent3afcba3e0a92522e42d3243df9235c30de4889e6 (diff)
downloadnixlib-dc309e98afc58671d60ec28b9546cc5cc0d085ce.tar
nixlib-dc309e98afc58671d60ec28b9546cc5cc0d085ce.tar.gz
nixlib-dc309e98afc58671d60ec28b9546cc5cc0d085ce.tar.bz2
nixlib-dc309e98afc58671d60ec28b9546cc5cc0d085ce.tar.lz
nixlib-dc309e98afc58671d60ec28b9546cc5cc0d085ce.tar.xz
nixlib-dc309e98afc58671d60ec28b9546cc5cc0d085ce.tar.zst
nixlib-dc309e98afc58671d60ec28b9546cc5cc0d085ce.zip
Merge pull request #30933 from iblech/patch-2
mupdf: correct license meta information
-rw-r--r--pkgs/applications/misc/mupdf/default.nix2
1 files changed, 1 insertions, 1 deletions
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;
   };