gxemul: fix disappeared download link

This commit is contained in:
Robin Gloster
2017-01-14 20:01:28 +01:00
parent 14da7be1b9
commit 3405f703f2

View File

@@ -9,7 +9,7 @@ composableDerivation.composableDerivation {} {
inherit name;
src = fetchurl {
url = "http://gavare.se/gxemul/src/${name}.tar.gz";
url = "http://gxemul.sourceforge.net/src/${name}.tar.gz";
sha256 = "1afd9l0igyv7qgc0pn3rkdgrl5d0ywlyib0qhg4li23zilyq5407";
};