treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://microscheme.org;
|
||||
homepage = "http://microscheme.org";
|
||||
description = "A Scheme subset for Atmel microcontrollers";
|
||||
longDescription = ''
|
||||
Microscheme is a Scheme subset/variant designed for Atmel
|
||||
|
||||
Reference in New Issue
Block a user