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