about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorLucas Hoffmann <lucc@posteo.de>2022-03-24 21:27:40 +0100
committerLucas Hoffmann <lucc@posteo.de>2022-03-25 11:21:42 +0100
commitf3bda2f2c0ed785b28d32671b4321f71ccd17c19 (patch)
treee2bf0b103a7d31c87245be0d8892b6ff192c36b7 /pkgs/applications/science
parent47190314dfb7c62cb39e7d831237303b330ac8fb (diff)
downloadnixlib-f3bda2f2c0ed785b28d32671b4321f71ccd17c19.tar
nixlib-f3bda2f2c0ed785b28d32671b4321f71ccd17c19.tar.gz
nixlib-f3bda2f2c0ed785b28d32671b4321f71ccd17c19.tar.bz2
nixlib-f3bda2f2c0ed785b28d32671b4321f71ccd17c19.tar.lz
nixlib-f3bda2f2c0ed785b28d32671b4321f71ccd17c19.tar.xz
nixlib-f3bda2f2c0ed785b28d32671b4321f71ccd17c19.tar.zst
nixlib-f3bda2f2c0ed785b28d32671b4321f71ccd17c19.zip
docs: replace defunct git://github.com urls with https://
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/math/sage/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/math/sage/README.md b/pkgs/applications/science/math/sage/README.md
index 26e91fc63133..c3a81c2109ee 100644
--- a/pkgs/applications/science/math/sage/README.md
+++ b/pkgs/applications/science/math/sage/README.md
@@ -17,7 +17,7 @@ If the build broke as a result of a package update, try those solutions in order
 - fix the problem yourself. First clone the sagemath source and then check out the sage version you want to patch:
 
 ```
-[user@localhost ~]$ git clone git://github.com/sagemath/sage.git
+[user@localhost ~]$ git clone https://github.com/sagemath/sage.git
 [user@localhost ~]$ cd sage
 [user@localhost sage]$ git checkout 8.2 # substitute the relevant version here
 ```
@@ -41,7 +41,7 @@ You can [login the sage trac using GitHub](https://trac.sagemath.org/login). You
 Here's the gist, assuming you want to use ssh key authentication. First, [add your public ssh key](https://trac.sagemath.org/prefs/sshkeys). Then:
 
 ```
-[user@localhost ~]$ git clone git://github.com/sagemath/sage.git
+[user@localhost ~]$ git clone https://github.com/sagemath/sage.git
 [user@localhost ~]$ cd sage
 [user@localhost sage]$ git remote add trac git@trac.sagemath.org:sage.git -t master
 [user@localhost sage]$ git checkout -b u/gh-<your-github-username>/<your-branch-name> develop