Merge pull request #59535 from matthewbauer/homepage-fixes

treewide: update homepages to https where available
This commit is contained in:
Matthew Bauer
2019-04-15 20:47:30 -04:00
committed by GitHub
168 changed files with 178 additions and 183 deletions
@@ -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 ];