mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
treewide: use https for nixos.org and hydra.nixos.org
tarballs.nixos.org is omitted from the change because urls from there are always hashed and checked
This commit is contained in:
parent
de9f8c36c9
commit
7b0167204d
41 changed files with 44 additions and 44 deletions
|
@ -79,7 +79,7 @@ def cli(jobset):
|
|||
and print a summary of failed builds
|
||||
"""
|
||||
|
||||
url = "http://hydra.nixos.org/jobset/{}".format(jobset)
|
||||
url = "https://hydra.nixos.org/jobset/{}".format(jobset)
|
||||
|
||||
# get the last evaluation
|
||||
click.echo(click.style(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue