treewide: Per RFC45, remove all unquoted URLs

This commit is contained in:
Michael Reilly
2020-04-10 17:54:53 +01:00
committed by Jörg Thalheim
parent bf5eb87033
commit 84cf00f980
9648 changed files with 15370 additions and 15370 deletions
+1 -1
View File
@@ -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";
};
+1 -1
View File
@@ -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 ];
+1 -1
View File
@@ -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";
};