treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -14,7 +14,7 @@ stdenv.mkDerivation {
|
||||
configureFlags = [ "--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;
|
||||
|
||||
Reference in New Issue
Block a user