File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 22
22
</ul >
23
23
</description >
24
24
<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 >
26
26
<url type =" bugtracker" >https://github.com/bpython/bpython/issues</url >
27
27
<screenshots >
28
28
<screenshot type =" default" >
29
- <image >http ://bpython-interpreter.org/images/8.png</image >
29
+ <image >https ://bpython-interpreter.org/images/8.png</image >
30
30
</screenshot >
31
31
<screenshot >
32
- <image >http ://bpython-interpreter.org/images/1.png</image >
32
+ <image >https ://bpython-interpreter.org/images/1.png</image >
33
33
</screenshot >
34
34
<screenshot >
35
- <image >http ://bpython-interpreter.org/images/2.png</image >
35
+ <image >https ://bpython-interpreter.org/images/2.png</image >
36
36
</screenshot >
37
37
<screenshot >
38
- <image >http ://bpython-interpreter.org/images/3.png</image >
38
+ <image >https ://bpython-interpreter.org/images/3.png</image >
39
39
</screenshot >
40
40
<screenshot >
41
- <image >http ://bpython-interpreter.org/images/4.png</image >
41
+ <image >https ://bpython-interpreter.org/images/4.png</image >
42
42
</screenshot >
43
43
<screenshot >
44
- <image >http ://bpython-interpreter.org/images/5.png</image >
44
+ <image >https ://bpython-interpreter.org/images/5.png</image >
45
45
</screenshot >
46
46
<screenshot >
47
- <image >http ://bpython-interpreter.org/images/6.png</image >
47
+ <image >https ://bpython-interpreter.org/images/6.png</image >
48
48
</screenshot >
49
49
<screenshot >
50
- <image >http ://bpython-interpreter.org/images/7.png</image >
50
+ <image >https ://bpython-interpreter.org/images/7.png</image >
51
51
</screenshot >
52
52
</screenshots >
53
53
<update_contact >bpython@googlegroups.com</update_contact >
Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ def initialize_options(self):
284
284
author_email = "robertanthonyfarrell@gmail.com" ,
285
285
description = "Fancy Interface to the Python Interpreter" ,
286
286
license = "MIT/X" ,
287
- url = "http ://www.bpython-interpreter.org/" ,
287
+ url = "https ://www.bpython-interpreter.org/" ,
288
288
long_description = """bpython is a fancy interface to the Python
289
289
interpreter for Unix-like operating systems.""" ,
290
290
classifiers = classifiers ,
You can’t perform that action at this time.
0 commit comments