summary refs log tree commit diff
path: root/pkgs/development/tools/build-managers
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-07-06 02:21:30 +0200
committerGitHub <noreply@github.com>2021-07-06 02:21:30 +0200
commit3f7ea1d7d58db7e8365e7d7df200c751b356766e (patch)
tree46a77d32588229f1b29e1306a05500afd933c2fd /pkgs/development/tools/build-managers
parentfe5b29938a996b5af76a6efb022fb0326b0d55d5 (diff)
parent108521d40668c11cce45ec747b21f26920ca8a02 (diff)
downloadnixpkgs-3f7ea1d7d58db7e8365e7d7df200c751b356766e.tar
nixpkgs-3f7ea1d7d58db7e8365e7d7df200c751b356766e.tar.gz
nixpkgs-3f7ea1d7d58db7e8365e7d7df200c751b356766e.tar.bz2
nixpkgs-3f7ea1d7d58db7e8365e7d7df200c751b356766e.tar.lz
nixpkgs-3f7ea1d7d58db7e8365e7d7df200c751b356766e.tar.xz
nixpkgs-3f7ea1d7d58db7e8365e7d7df200c751b356766e.tar.zst
nixpkgs-3f7ea1d7d58db7e8365e7d7df200c751b356766e.zip
Merge pull request #129370 from Anduh/boot-update-homepage
Diffstat (limited to 'pkgs/development/tools/build-managers')
-rw-r--r--pkgs/development/tools/build-managers/boot/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/build-managers/boot/default.nix b/pkgs/development/tools/build-managers/boot/default.nix
index 68a4d5f44ea..1590906206c 100644
--- a/pkgs/development/tools/build-managers/boot/default.nix
+++ b/pkgs/development/tools/build-managers/boot/default.nix
@@ -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 ];