about summary refs log tree commit diff
path: root/pkgs/development/tools/build-managers/boot
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-04-14 19:25:45 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2019-04-15 10:10:05 -0400
commit290a5d916e4874a6cb36936b49faf9ef327c249f (patch)
tree22d79f8152549281e5a22455e0951674381b1b4b /pkgs/development/tools/build-managers/boot
parentbd50fc942be4a648dfb3a11a848dbd2920358035 (diff)
downloadnixlib-290a5d916e4874a6cb36936b49faf9ef327c249f.tar
nixlib-290a5d916e4874a6cb36936b49faf9ef327c249f.tar.gz
nixlib-290a5d916e4874a6cb36936b49faf9ef327c249f.tar.bz2
nixlib-290a5d916e4874a6cb36936b49faf9ef327c249f.tar.lz
nixlib-290a5d916e4874a6cb36936b49faf9ef327c249f.tar.xz
nixlib-290a5d916e4874a6cb36936b49faf9ef327c249f.tar.zst
nixlib-290a5d916e4874a6cb36936b49faf9ef327c249f.zip
treewide: update homepages to https where available
Based on "problems" from repology:

https://repology.org/repository/nix_unstable/problems

Mostly simple changes to reflect redirects.
Diffstat (limited to 'pkgs/development/tools/build-managers/boot')
-rw-r--r--pkgs/development/tools/build-managers/boot/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/build-managers/boot/default.nix b/pkgs/development/tools/build-managers/boot/default.nix
index d9dc59ee72df..380ba4803bd5 100644
--- a/pkgs/development/tools/build-managers/boot/default.nix
+++ b/pkgs/development/tools/build-managers/boot/default.nix
@@ -10,14 +10,14 @@ stdenv.mkDerivation rec {
   };
 
   inherit jdk;
-  
+
   builder = ./builder.sh;
 
   propagatedBuildInputs = [ jdk ];
 
   meta = with stdenv.lib; {
     description = "Build tooling for Clojure";
-    homepage = http://boot-clj.com/;
+    homepage = https://boot-clj.com/;
     license = licenses.epl10;
     platforms = platforms.linux ++ platforms.darwin;
     maintainers = with maintainers; [ ragge ];