microscheme: fix meta.homepage

main
Ben Siraphob 2 years ago committed by Jonathan Ringer
parent c3b42ec9cb
commit 3789776ec2
  1. 2
      pkgs/development/compilers/microscheme/default.nix

@ -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…
Cancel
Save