treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user