diff options
author | wiz <wiz@pkgsrc.org> | 2022-01-11 07:51:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-01-11 07:51:58 +0000 |
commit | 5bb0ab0e5f62bfc47e7dda2555c5444a5a578188 (patch) | |
tree | b57446e9860def0797e387f6b05d92316fce8a68 /net | |
parent | ee758a4bbe02b8300d1d90a441de75ba26fcd6e5 (diff) | |
download | pkgsrc-5bb0ab0e5f62bfc47e7dda2555c5444a5a578188.tar.gz |
hub: adapt github URL in DESCR
github deprecated git://
Diffstat (limited to 'net')
-rw-r--r-- | net/hub/DESCR | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/hub/DESCR b/net/hub/DESCR index 6b99e90812d..777f56eed35 100644 --- a/net/hub/DESCR +++ b/net/hub/DESCR @@ -4,7 +4,7 @@ easier. $ hub clone rtomayko/tilt # expands to: - $ git clone git://github.com/rtomayko/tilt.git + $ git clone https://github.com/rtomayko/tilt.git hub is best aliased as `git', so you can type `git <command>' in the shell and get all the usual hub features. |