Fixed some licenses

This commit is contained in:
Pascal Wittmann
2015-06-10 13:00:42 +02:00
parent a1144c5b45
commit 62d62b6588
18 changed files with 60 additions and 60 deletions
+2 -2
View File
@@ -40,9 +40,9 @@ stdenv.mkDerivation {
--prefix PATH : ${ghostscript}/bin:${pngnq}/bin:${djvulibre}/bin:${unrar}/bin:${optipng}/bin
'';
meta = {
meta = with stdenv.lib; {
description = "PDF/DJVU to ebook format converter";
homepage = http://www.mobileread.com/forums/showthread.php?t=21906;
license = "bsd";
license = licenses.mit;
};
}