Description: Use HTTPS URLs where possible
Author: Jakub Wilk <jwilk@jwilk.net>
X-Dgit-Generated: 0.9.0-2~ e7ba6bd0f378c41d754e14a6006055bcb4cdecb0

---

--- git-hub-0.9.0.orig/README.rst
+++ git-hub-0.9.0/README.rst
@@ -26,7 +26,7 @@ Another *unique* feature is the ability
 request by attaching commits to it (this is something offered by the `GitHub
 API`__ but not by the web interface).
 
-__ http://developer.github.com/
+__ https://developer.github.com/
 
 
 Usage
@@ -254,12 +254,12 @@ tool I'm sure you already have a GitHub_
 __ https://github.com/sociomantic/git-hub/issues/new
 
 
-.. _Python: http://www.python.org/
+.. _Python: https://www.python.org/
 .. _Docutils: http://docutils.sourceforge.net/
-.. _Git: http://www.git-scm.com/
-.. _GitHub: http://www.github.com/
+.. _Git: https://www.git-scm.com/
+.. _GitHub: https://www.github.com/
 .. _Ubuntu: http://www.ubuntu.com/
-.. _Debian: http://www.debian.org/
+.. _Debian: https://www.debian.org/
 .. _VIM: http://www.vim.org/
 .. _FPM: https://github.com/jordansissel/fpm
 
--- git-hub-0.9.0.orig/git-hub
+++ git-hub-0.9.0/git-hub
@@ -23,7 +23,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 
 """\
@@ -371,7 +371,7 @@ class Config:
 # to use OAuth just leave `basic_auth` and set `oauthtoken`. To fill the
 # `basic_auth` member, the `set_basic_auth()` convenient method is provided).
 #
-# See http://developer.github.com/ for more details on the GitHub API
+# See https://developer.github.com/ for more details on the GitHub API
 class RequestManager:
 
 	basic_auth = None
@@ -493,7 +493,7 @@ def check_empty_message(msg):
 message_markdown_help = '''\
 # Remember GitHub will parse comments and descriptions as GitHub
 # Flavored Markdown.
-# For details see: http://github.github.com/github-flavored-markdown/
+# For details see: https://github.github.com/github-flavored-markdown/
 #
 # Lines starting with '# ' (note the space after the hash!) will be
 # ignored, and an empty message aborts the command. The space after the
--- git-hub-0.9.0.orig/man.rst
+++ git-hub-0.9.0/man.rst
@@ -458,7 +458,7 @@ from. These are the git config keys used
   Makes **--triangular** for `clone` if set to "true" (boolean value). See
   `clone` documentation for details.
 
-[1] http://developer.github.com/v3/pulls/#get-a-single-pull-request
+[1] https://developer.github.com/v3/pulls/#get-a-single-pull-request
 
 
 FILES
