Skip to content

Commit e4a88c2

Browse files
committed
Use https
1 parent 0b7ab2c commit e4a88c2

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

data/org.bpython-interpreter.bpython.appdata.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,32 +22,32 @@
2222
</ul>
2323
</description>
2424
<launchable type="desktop-id">org.bpython-interpreter.bpython.desktop</launchable>
25-
<url type="homepage">http://www.bpython-interpreter.org/</url>
25+
<url type="homepage">https://www.bpython-interpreter.org/</url>
2626
<url type="bugtracker">https://github.com/bpython/bpython/issues</url>
2727
<screenshots>
2828
<screenshot type="default">
29-
<image>http://bpython-interpreter.org/images/8.png</image>
29+
<image>https://bpython-interpreter.org/images/8.png</image>
3030
</screenshot>
3131
<screenshot>
32-
<image>http://bpython-interpreter.org/images/1.png</image>
32+
<image>https://bpython-interpreter.org/images/1.png</image>
3333
</screenshot>
3434
<screenshot>
35-
<image>http://bpython-interpreter.org/images/2.png</image>
35+
<image>https://bpython-interpreter.org/images/2.png</image>
3636
</screenshot>
3737
<screenshot>
38-
<image>http://bpython-interpreter.org/images/3.png</image>
38+
<image>https://bpython-interpreter.org/images/3.png</image>
3939
</screenshot>
4040
<screenshot>
41-
<image>http://bpython-interpreter.org/images/4.png</image>
41+
<image>https://bpython-interpreter.org/images/4.png</image>
4242
</screenshot>
4343
<screenshot>
44-
<image>http://bpython-interpreter.org/images/5.png</image>
44+
<image>https://bpython-interpreter.org/images/5.png</image>
4545
</screenshot>
4646
<screenshot>
47-
<image>http://bpython-interpreter.org/images/6.png</image>
47+
<image>https://bpython-interpreter.org/images/6.png</image>
4848
</screenshot>
4949
<screenshot>
50-
<image>http://bpython-interpreter.org/images/7.png</image>
50+
<image>https://bpython-interpreter.org/images/7.png</image>
5151
</screenshot>
5252
</screenshots>
5353
<update_contact>bpython@googlegroups.com</update_contact>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def initialize_options(self):
284284
author_email="robertanthonyfarrell@gmail.com",
285285
description="Fancy Interface to the Python Interpreter",
286286
license="MIT/X",
287-
url="http://www.bpython-interpreter.org/",
287+
url="https://www.bpython-interpreter.org/",
288288
long_description="""bpython is a fancy interface to the Python
289289
interpreter for Unix-like operating systems.""",
290290
classifiers=classifiers,

0 commit comments

Comments
 (0)