treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -30,7 +30,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "Mach-O loader for Linux";
|
||||
homepage = https://github.com/shinh/maloader;
|
||||
homepage = "https://github.com/shinh/maloader";
|
||||
license = stdenv.lib.licenses.bsd2;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
broken = true; # 2018-09-08, no succesful build since 2017-08-21
|
||||
|
||||
Reference in New Issue
Block a user