treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
postInstall = glib.flattenInclude;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://pixman.org;
|
||||
homepage = "http://pixman.org";
|
||||
description = "A low-level library for pixel manipulation";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user