File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments