treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user