microscheme: fix meta.homepage
This commit is contained in:
parent
c3b42ec9cb
commit
3789776ec2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue