treewide: Per RFC45, remove all unquoted URLs

This commit is contained in:
Michael Reilly
2020-04-10 17:54:53 +01:00
committed by Jörg Thalheim
parent bf5eb87033
commit 84cf00f980
9648 changed files with 15370 additions and 15370 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ stdenv.mkDerivation {
# But that needs user registration to allow downloading.
# This is an evolution from pdfread 1.7 in http://pdfread.sourceforge.net/
# Temporary place:
url = http://vicerveza.homeunix.net/~viric/soft/PDFRead-1.8.2-Source-noGUI-noInstaller.zip;
url = "http://vicerveza.homeunix.net/~viric/soft/PDFRead-1.8.2-Source-noGUI-noInstaller.zip";
sha256 = "0mzxpnk97f0ww5ds7h4wsval3g4lnrhv6rhspjs7cy4i41gmk8an";
};
@@ -44,7 +44,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "PDF/DJVU to ebook format converter";
homepage = https://www.mobileread.com/forums/showthread.php?t=21906;
homepage = "https://www.mobileread.com/forums/showthread.php?t=21906";
license = licenses.mit;
};
}