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,12 +4,12 @@ stdenv.mkDerivation {
name = "ion-3-20090110";
meta = {
description = "Tiling tabbed window manager designed with keyboard users in mind";
homepage = http://modeemi.fi/~tuomov/ion;
homepage = "http://modeemi.fi/~tuomov/ion";
platforms = with stdenv.lib.platforms; linux;
license = stdenv.lib.licenses.lgpl21;
};
src = fetchurl {
url = http://tuomov.iki.fi/software/dl/ion-3-20090110.tar.gz;
url = "http://tuomov.iki.fi/software/dl/ion-3-20090110.tar.gz";
sha256 = "1nkks5a95986nyfkxvg2rik6zmwx0lh7szd5fji7yizccwzc9xns";
};
buildInputs = [ xlibsWrapper lua gettext groff ];