Merge pull request #30933 from iblech/patch-2
mupdf: correct license meta information
This commit is contained in:
commit
dc309e98af
@ -103,7 +103,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://mupdf.com;
|
homepage = http://mupdf.com;
|
||||||
repositories.git = git://git.ghostscript.com/mupdf.git;
|
repositories.git = git://git.ghostscript.com/mupdf.git;
|
||||||
description = "Lightweight PDF, XPS, and E-book viewer and toolkit written in portable C";
|
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 ];
|
maintainers = with maintainers; [ viric vrthra fpletz ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user