treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with lib; {
|
||||
homepage = http://fuse-emulator.sourceforge.net/libspectrum.php;
|
||||
homepage = "http://fuse-emulator.sourceforge.net/libspectrum.php";
|
||||
description = "ZX Spectrum input and output support library";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user