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
+2 -2
View File
@@ -5,7 +5,7 @@ stdenv.mkDerivation {
version = "3.0.21";
src = fetchurl {
url = https://beej.us/guide/bgnet/bgnet.tgz;
url = "https://beej.us/guide/bgnet/bgnet.tgz";
sha256 = "00ggr5prc5i3w9gaaw2sadfq6haq7lmh0vdilaxx8xz9z5znxvyv";
};
@@ -24,7 +24,7 @@ stdenv.mkDerivation {
meta = {
description = "Beejs Guide to Network Programming";
homepage = https://beej.us/guide/bgnet/;
homepage = "https://beej.us/guide/bgnet/";
license = lib.licenses.unfree;
maintainers = with lib.maintainers; [ Profpatsch ];