Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
HTTPS everywhere!.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilk committed Dec 4, 2014
1 parent 6311d6e commit 5d3fe83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sadt
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ class TestGroup(object):
if '@' not in self.depends:
return
or_clauses = []
# deb822 prints a warning on stderr: http://bugs.debian.org/712513
# deb822 prints a warning on stderr: https://bugs.debian.org/712513
# We don't want the user to see the warning, because the unusual
# character in the relation is intentional.
orig_sys_stderr = sys.stderr
Expand Down

0 comments on commit 5d3fe83

Please sign in to comment.