update homepage link
This commit is contained in:
parent
11b1684c8e
commit
108521d406
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Build tooling for Clojure";
|
description = "Build tooling for Clojure";
|
||||||
homepage = "https://boot-clj.com/";
|
homepage = "https://boot-clj.github.io/";
|
||||||
license = licenses.epl10;
|
license = licenses.epl10;
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
maintainers = with maintainers; [ ragge ];
|
maintainers = with maintainers; [ ragge ];
|
||||||
|
Loading…
Reference in New Issue
Block a user