treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
version = "0.996";
|
||||
|
||||
src = fetchurl {
|
||||
url = https://drive.google.com/uc?export=download&id=0B4y35FiV1wh7cENtOXlicTFaRUE;
|
||||
url = "https://drive.google.com/uc?export=download&id=0B4y35FiV1wh7cENtOXlicTFaRUE";
|
||||
name = "mecab-0.996.tar.gz";
|
||||
sha256 = "0ncwlqxl1hdn1x4v4kr2sn1sbbcgnhdphp0lcvk74nqkhdbk4wz0";
|
||||
};
|
||||
|
||||
@@ -12,7 +12,7 @@ stdenv.mkDerivation (mecab-base // {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Japanese morphological analysis system";
|
||||
homepage = http://taku910.github.io/mecab/;
|
||||
homepage = "http://taku910.github.io/mecab/";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ auntie ];
|
||||
|
||||
@@ -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