aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/gnutls-kdh
diff options
context:
space:
mode:
authorc0bw3b <c0bw3b@users.noreply.github.com>2018-12-01 18:07:00 +0100
committerc0bw3b <c0bw3b@users.noreply.github.com>2018-12-02 15:33:09 +0100
commit93e511c31927013e95d485d2eae7ebf08c40d009 (patch)
tree54f4fdd3616be128722ebee1994b367efa790456 /pkgs/development/libraries/gnutls-kdh
parent0f868d8116e0d0922d2ab0a2df109e985472f0bf (diff)
Treewide: use HTTPS on GNU Savannah domains
HTTP -> HTTPS for: - http://savannah.gnu.org/ - http://git.savannah.gnu.org/ - http://download.savannah.gnu.org/ - http://svn.savannah.gnu.org/
Diffstat (limited to 'pkgs/development/libraries/gnutls-kdh')
-rw-r--r--pkgs/development/libraries/gnutls-kdh/generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/gnutls-kdh/generic.nix b/pkgs/development/libraries/gnutls-kdh/generic.nix
index a81cd91fdc76..d1d3c8575b0f 100644
--- a/pkgs/development/libraries/gnutls-kdh/generic.nix
+++ b/pkgs/development/libraries/gnutls-kdh/generic.nix
@@ -47,7 +47,7 @@ stdenv.mkDerivation {
[ "--enable-guile" "--with-guile-site-dir=\${out}/share/guile/site" ];
# Build of the Guile bindings is not parallel-safe. See
- # <http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=330995a920037b6030ec0282b51dde3f8b493cad>
+ # <https://github.com/arpa2/gnutls-kdh/commit/330995a920037b6030ec0282b51dde3f8b493cad>
# for the actual fix. Also an apparent race in the generation of
# systemkey-args.h.
enableParallelBuilding = false;