microscheme: fix meta.homepage

This commit is contained in:
Ben Siraphob 2022-01-01 01:43:11 +07:00 committed by Jonathan Ringer
parent c3b42ec9cb
commit 3789776ec2

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
makeFlags = [ "PREFIX=${placeholder "out"}" ];
meta = with lib; {
homepage = "http://microscheme.org";
homepage = "https://ryansuchocki.github.io/microscheme/";
description = "A Scheme subset for Atmel microcontrollers";
longDescription = ''
Microscheme is a Scheme subset/variant designed for Atmel