treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
|
||||
name = "convertlit-1.8";
|
||||
|
||||
src = fetchzip {
|
||||
url = http://www.convertlit.com/convertlit18src.zip;
|
||||
url = "http://www.convertlit.com/convertlit18src.zip";
|
||||
sha256 = "182nsin7qscgbw2h92m0zadh3h8q410h5cza6v486yjfvla3dxjx";
|
||||
stripRoot = false;
|
||||
};
|
||||
@@ -28,7 +28,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = http://www.convertlit.com/;
|
||||
homepage = "http://www.convertlit.com/";
|
||||
description = "A tool for converting Microsoft Reader ebooks to more open formats";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user