treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -77,7 +77,7 @@ in mkDerivation {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Is a multi-purpose emulation framework";
|
||||
homepage = https://www.mamedev.org/;
|
||||
homepage = "https://www.mamedev.org/";
|
||||
license = with licenses; [ bsd3 gpl2Plus ];
|
||||
platforms = platforms.unix;
|
||||
# makefile needs fixes for install target
|
||||
|
||||
Reference in New Issue
Block a user