treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Library for manipulation of the Mac OS icns resource format";
|
||||
homepage = https://icns.sourceforge.io;
|
||||
homepage = "https://icns.sourceforge.io";
|
||||
license = with licenses; [ gpl2 lgpl2 lgpl21 ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user