treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
stdenv.mkDerivation {
|
||||
name = "libmtquery-0.0.1alpha3";
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/multitran/libmtquery-0.0.1alpha3.tar.bz2;
|
||||
url = "mirror://sourceforge/multitran/libmtquery-0.0.1alpha3.tar.bz2";
|
||||
sha256 = "e24c7c15772445f1b14871928d84dd03cf93bd88f9d2b2ed1bf0257c2cf2b15e";
|
||||
};
|
||||
|
||||
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = http://multitran.sourceforge.net/;
|
||||
homepage = "http://multitran.sourceforge.net/";
|
||||
description = "Multitran lib: main engine to query translations";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user