Tue Jan 11 07:51:58 2022 UTC ()
hub: adapt github URL in DESCR

github deprecated git://


(wiz)
diff -r1.1 -r1.2 pkgsrc/net/hub/DESCR

cvs diff -r1.1 -r1.2 pkgsrc/net/hub/DESCR (expand / switch to unified diff)

--- pkgsrc/net/hub/DESCR 2018/02/27 17:08:35 1.1
+++ pkgsrc/net/hub/DESCR 2022/01/11 07:51:58 1.2
@@ -1,10 +1,10 @@ @@ -1,10 +1,10 @@
1hub is a command line tool that wraps git in order to extend it 1hub is a command line tool that wraps git in order to extend it
2with extra features and commands that make working with GitHub 2with extra features and commands that make working with GitHub
3easier. 3easier.
4 4
5 $ hub clone rtomayko/tilt 5 $ hub clone rtomayko/tilt
6 # expands to: 6 # expands to:
7 $ git clone git://github.com/rtomayko/tilt.git 7 $ git clone https://github.com/rtomayko/tilt.git
8 8
9hub is best aliased as `git', so you can type `git <command>' in the 9hub is best aliased as `git', so you can type `git <command>' in the
10shell and get all the usual hub features. 10shell and get all the usual hub features.