diff options
author | mat <mat@FreeBSD.org> | 2016-12-02 17:21:58 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-12-02 17:21:58 +0800 |
commit | dc85bd41183dbc4f7ceb6d06d032654537374f4d (patch) | |
tree | f6022d44f737ae0f73544a9529d177bf7bbf76e1 /net/concourse-fly | |
parent | 7b84d9e070d0f20b216e390c23bd47ce14a4d168 (diff) | |
download | freebsd-ports-gnome-dc85bd41183dbc4f7ceb6d06d032654537374f4d.tar.gz freebsd-ports-gnome-dc85bd41183dbc4f7ceb6d06d032654537374f4d.tar.zst freebsd-ports-gnome-dc85bd41183dbc4f7ceb6d06d032654537374f4d.zip |
http://github.com redirects to https://github.com, spare everyone a redirect.
Sponsored by: Absolight
Diffstat (limited to 'net/concourse-fly')
-rw-r--r-- | net/concourse-fly/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/concourse-fly/Makefile b/net/concourse-fly/Makefile index f3465f74466b..f0847de2ee8f 100644 --- a/net/concourse-fly/Makefile +++ b/net/concourse-fly/Makefile @@ -26,7 +26,7 @@ STRIP= # stripping can break go binaries # repository, which contains many Git submodules, including fly, and # build from there. So basically: # -# git clone --recursive http://github.com/concourse/concourse.gi +# git clone --recursive https://github.com/concourse/concourse.gi # cd concourse # export GOPATH=$PWD # cd src/github.com/concourse/fly |