quote URLs in my packages to ease opening them from urxvt

This commit is contained in:
Nikolay Amiantov
2016-04-30 02:58:00 +03:00
parent 190eaea739
commit 938d64f1f3
16 changed files with 18 additions and 18 deletions

View File

@@ -28,7 +28,7 @@ stdenv.mkDerivation {
configureFlags = [ "--disable-static" "--enable-shared" ];
meta = with stdenv.lib; {
homepage = https://www.openprinting.org/download/ijs/;
homepage = "https://www.openprinting.org/download/ijs/";
description = "Raster printer driver architecture";
license = licenses.gpl3Plus;