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
+3 -3
View File
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "bsd-games-2.17";
src = fetchurl {
url = ftp://metalab.unc.edu/pub/Linux/games/bsd-games-2.17.tar.gz;
url = "ftp://metalab.unc.edu/pub/Linux/games/bsd-games-2.17.tar.gz";
sha256 = "0q7zdyyfvn15y0w4g54kq3gza89h61py727m8slmw73cxx594vq6";
};
@@ -12,7 +12,7 @@ stdenv.mkDerivation {
patches = [
(fetchurl {
url = http://svn.exactcode.de/t2/trunk/package/games/bsd-games/dm-noutmpx.patch;
url = "http://svn.exactcode.de/t2/trunk/package/games/bsd-games/dm-noutmpx.patch";
sha256 = "1k3qp3jj0dksjr4dnppv6dvkwslrgk9c7p2n9vipqildpxgqp7w2";
})
];
@@ -58,7 +58,7 @@ stdenv.mkDerivation {
'';
meta = {
homepage = http://www.t2-project.org/packages/bsd-games.html;
homepage = "http://www.t2-project.org/packages/bsd-games.html";
description = "Ports of all the games from NetBSD-current that are free";
license = stdenv.lib.licenses.free;
maintainers = with stdenv.lib.maintainers; [viric];