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
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "openvpn-learnaddress-19b03c3";
src = fetchgit {
url = https://gist.github.com/4058733.git;
url = "https://gist.github.com/4058733.git";
rev = "19b03c3beb0190df46ea07bf4b68244acb8eae80";
sha256 = "16pcyvyhwsx34i0cjkkx906lmrwdd9gvznvqdwlad4ha8l8f8z42";
};
@@ -20,7 +20,7 @@ stdenv.mkDerivation {
meta = {
description = "Openvpn learn-address script to manage a hosts-like file";
homepage = https://gist.github.com/offlinehacker/4058733/;
homepage = "https://gist.github.com/offlinehacker/4058733/";
maintainers = [ stdenv.lib.maintainers.offline ];
platforms = stdenv.lib.platforms.unix;
};