From 2d17e52dc11dfa1305e379c90076c477539a98a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Sun, 16 Aug 2015 19:09:27 +0200 Subject: [PATCH] solvespace: download from github instead of gitorious gitorious has shut down. Long live github. --- pkgs/applications/graphics/solvespace/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/graphics/solvespace/default.nix b/pkgs/applications/graphics/solvespace/default.nix index cba69c476b54..67513bcf9230 100644 --- a/pkgs/applications/graphics/solvespace/default.nix +++ b/pkgs/applications/graphics/solvespace/default.nix @@ -4,7 +4,7 @@ stdenv.mkDerivation { name = "solvespace-2.0"; src = fetchgit { - url = "https://gitorious.org/solvespace/solvespace.git"; + url = "https://github.com/jwesthues/solvespace.git"; sha256 = "0sakxkmj2f0k27f67wy1xz2skpnwzg15yqrf7av97pgc5s8xb3da"; rev = "e587d0e"; };