gxemul: fix disappeared download link

This commit is contained in:
Robin Gloster 2017-01-14 20:01:28 +01:00
parent 14da7be1b9
commit 3405f703f2
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882

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