treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -137,7 +137,7 @@ mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = variants.${variant}.description;
|
||||
homepage = http://gmic.eu/;
|
||||
homepage = "http://gmic.eu/";
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user