diff --git a/README.rst b/README.rst index 8b620fcac..721f7c9bb 100644 --- a/README.rst +++ b/README.rst @@ -12,6 +12,6 @@ nanosecond timing resolution and sub-microsecond latency. Technologies employed include Python, Migen, MiSoC/mor1kx, LLVM and llvmlite. Website: -http://m-labs.hk/artiq +https://m-labs.hk/artiq Copyright (C) 2014-2016 M-Labs Limited. Licensed under GNU GPL version 3. diff --git a/conda/artiq-kc705-nist_clock/meta.yaml b/conda/artiq-kc705-nist_clock/meta.yaml index 5b3e1a600..3b1c5b5d9 100644 --- a/conda/artiq-kc705-nist_clock/meta.yaml +++ b/conda/artiq-kc705-nist_clock/meta.yaml @@ -22,6 +22,6 @@ requirements: - artiq {{ "{tag} py_{number}+git{hash}".format(tag=environ.get("GIT_DESCRIBE_TAG"), number=environ.get("GIT_DESCRIBE_NUMBER"), hash=environ.get("GIT_DESCRIBE_HASH")[1:]) if "GIT_DESCRIBE_TAG" in environ else "" }} about: - home: http://m-labs.hk/artiq + home: https://m-labs.hk/artiq license: GPL summary: 'Bitstream, BIOS and runtime for NIST_QC2 on the KC705 board' diff --git a/conda/artiq-kc705-nist_qc1/meta.yaml b/conda/artiq-kc705-nist_qc1/meta.yaml index 000674b69..18a3aeda4 100644 --- a/conda/artiq-kc705-nist_qc1/meta.yaml +++ b/conda/artiq-kc705-nist_qc1/meta.yaml @@ -22,6 +22,6 @@ requirements: - artiq {{ "{tag} py_{number}+git{hash}".format(tag=environ.get("GIT_DESCRIBE_TAG"), number=environ.get("GIT_DESCRIBE_NUMBER"), hash=environ.get("GIT_DESCRIBE_HASH")[1:]) if "GIT_DESCRIBE_TAG" in environ else "" }} about: - home: http://m-labs.hk/artiq + home: https://m-labs.hk/artiq license: GPL summary: 'Bitstream, BIOS and runtime for NIST_QC1 on the KC705 board' diff --git a/conda/artiq-kc705-nist_qc2/meta.yaml b/conda/artiq-kc705-nist_qc2/meta.yaml index 833c6c395..977a899c6 100644 --- a/conda/artiq-kc705-nist_qc2/meta.yaml +++ b/conda/artiq-kc705-nist_qc2/meta.yaml @@ -22,6 +22,6 @@ requirements: - artiq {{ "{tag} py_{number}+git{hash}".format(tag=environ.get("GIT_DESCRIBE_TAG"), number=environ.get("GIT_DESCRIBE_NUMBER"), hash=environ.get("GIT_DESCRIBE_HASH")[1:]) if "GIT_DESCRIBE_TAG" in environ else "" }} about: - home: http://m-labs.hk/artiq + home: https://m-labs.hk/artiq license: GPL summary: 'Bitstream, BIOS and runtime for NIST_QC2 on the KC705 board' diff --git a/conda/artiq/meta.yaml b/conda/artiq/meta.yaml index 8202d2bc8..d65c55bb3 100644 --- a/conda/artiq/meta.yaml +++ b/conda/artiq/meta.yaml @@ -60,6 +60,6 @@ test: - artiq about: - home: http://m-labs.hk/artiq + home: https://m-labs.hk/artiq license: GPL summary: 'ARTIQ (Advanced Real-Time Infrastructure for Quantum physics) is a next-generation control system for quantum information experiments. It is being developed in partnership with the Ion Storage Group at NIST, and its applicability reaches beyond ion trapping.' diff --git a/doc/manual/introduction.rst b/doc/manual/introduction.rst index fd7a58f99..edaf16519 100644 --- a/doc/manual/introduction.rst +++ b/doc/manual/introduction.rst @@ -20,4 +20,4 @@ Technologies employed include Python, Migen, MiSoC/mor1kx, LLVM and llvmlite. ARTIQ is licensed under 3-clause BSD. Website: -http://m-labs.hk/artiq +https://m-labs.hk/artiq diff --git a/setup.py b/setup.py index 10bd8982e..6c0fd59f3 100755 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ setup( cmdclass=versioneer.get_cmdclass(), author="M-Labs / NIST Ion Storage Group", author_email="sb@m-labs.hk", - url="http://m-labs.hk/artiq", + url="https://m-labs.hk/artiq", description="A control system for trapped-ion experiments", long_description=open("README.rst").read(), license="GPL",