treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -5,7 +5,7 @@ stdenv.mkDerivation {
|
||||
version = "2.7.0-20070801";
|
||||
|
||||
src = fetchurl {
|
||||
url = https://drive.google.com/uc?export=download&id=0B4y35FiV1wh7MWVlSDBCSXZMTXM;
|
||||
url = "https://drive.google.com/uc?export=download&id=0B4y35FiV1wh7MWVlSDBCSXZMTXM";
|
||||
name = "mecab-ipadic-2.7.0-20070801.tar.gz";
|
||||
sha256 = "08rmkvj0f0x6jq0axrjw2y5nam0mavv6x77dp9v4al0wi1ym4bxn";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user