Skip to content

Commit 64263b7

Browse files
committedFeb 10, 2016
use https for m-labs.hk
1 parent 97ba77f commit 64263b7

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed
 

‎README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ nanosecond timing resolution and sub-microsecond latency.
1212
Technologies employed include Python, Migen, MiSoC/mor1kx, LLVM and llvmlite.
1313

1414
Website:
15-
http://m-labs.hk/artiq
15+
https://m-labs.hk/artiq
1616

1717
Copyright (C) 2014-2016 M-Labs Limited. Licensed under GNU GPL version 3.

‎conda/artiq-kc705-nist_clock/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ requirements:
2222
- 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 "" }}
2323

2424
about:
25-
home: http://m-labs.hk/artiq
25+
home: https://m-labs.hk/artiq
2626
license: GPL
2727
summary: 'Bitstream, BIOS and runtime for NIST_QC2 on the KC705 board'

‎conda/artiq-kc705-nist_qc1/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ requirements:
2222
- 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 "" }}
2323

2424
about:
25-
home: http://m-labs.hk/artiq
25+
home: https://m-labs.hk/artiq
2626
license: GPL
2727
summary: 'Bitstream, BIOS and runtime for NIST_QC1 on the KC705 board'

‎conda/artiq-kc705-nist_qc2/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ requirements:
2222
- 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 "" }}
2323

2424
about:
25-
home: http://m-labs.hk/artiq
25+
home: https://m-labs.hk/artiq
2626
license: GPL
2727
summary: 'Bitstream, BIOS and runtime for NIST_QC2 on the KC705 board'

‎conda/artiq/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ test:
6060
- artiq
6161

6262
about:
63-
home: http://m-labs.hk/artiq
63+
home: https://m-labs.hk/artiq
6464
license: GPL
6565
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.'

‎doc/manual/introduction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ Technologies employed include Python, Migen, MiSoC/mor1kx, LLVM and llvmlite.
2020
ARTIQ is licensed under 3-clause BSD.
2121

2222
Website:
23-
http://m-labs.hk/artiq
23+
https://m-labs.hk/artiq

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
cmdclass=versioneer.get_cmdclass(),
4747
author="M-Labs / NIST Ion Storage Group",
4848
author_email="sb@m-labs.hk",
49-
url="http://m-labs.hk/artiq",
49+
url="https://m-labs.hk/artiq",
5050
description="A control system for trapped-ion experiments",
5151
long_description=open("README.rst").read(),
5252
license="GPL",

0 commit comments

Comments
 (0)
Please sign in to comment.