treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
installPhase = "install -Dt $out/bin darcnes";
|
||||
|
||||
meta = {
|
||||
homepage = https://web.archive.org/web/20130502171725/http://www.dridus.com/~nyef/darcnes/;
|
||||
homepage = "https://web.archive.org/web/20130502171725/http://www.dridus.com/~nyef/darcnes/";
|
||||
description = "Sega Master System, Game Gear, SG-1000, NES, ColecoVision and Apple II emulator";
|
||||
# Prohibited commercial use, credit required.
|
||||
license = stdenv.lib.licenses.free;
|
||||
|
||||
Reference in New Issue
Block a user