Merge pull request #129370 from Anduh/boot-update-homepage

This commit is contained in:
Sandro
2021-07-06 02:21:30 +02:00
committed by GitHub
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Build tooling for Clojure";
homepage = "https://boot-clj.com/";
homepage = "https://boot-clj.github.io/";
license = licenses.epl10;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ ragge ];