solvespace: download from github instead of gitorious

gitorious has shut down. Long live github.
This commit is contained in:
Bjørn Forsman 2015-08-16 19:09:27 +02:00
parent 0279a979a5
commit 2d17e52dc1

View File

@ -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";
};