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,13 +4,13 @@ stdenv.mkDerivation {
name = "liboop-1.0";
src = fetchurl {
url = http://download.ofb.net/liboop/liboop.tar.gz;
url = "http://download.ofb.net/liboop/liboop.tar.gz";
sha256 = "34d83c6e0f09ee15cb2bc3131e219747c3b612bb57cf7d25318ab90da9a2d97c";
};
meta = {
description = "Event loop library";
homepage = http://liboop.ofb.net/;
homepage = "http://liboop.ofb.net/";
license = "LGPL";
platforms = stdenv.lib.platforms.linux;
};