treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||
propagatedBuildInputs = [ glib ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://liblqr.wikidot.com;
|
||||
homepage = "http://liblqr.wikidot.com";
|
||||
description = "Seam-carving C/C++ library called Liquid Rescaling";
|
||||
platforms = platforms.all;
|
||||
license = with licenses; [ gpl3 lgpl3 ];
|
||||
|
||||
Reference in New Issue
Block a user