treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.tortall.net/projects/yasm/;
|
||||
homepage = "http://www.tortall.net/projects/yasm/";
|
||||
description = "Complete rewrite of the NASM assembler";
|
||||
license = licenses.bsd2;
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user