rsnapshot: Fix URL.

Thanks to ebzzry on IRC for pointing this out.
This commit is contained in:
Shea Levy 2013-02-15 09:26:18 -05:00
parent 1a52c7659d
commit 947651b6c2

View file

@ -3,7 +3,7 @@
stdenv.mkDerivation rec {
name = "rsnapshot-1.3.0";
src = fetchurl {
url = "mirrors://sourceforge/rsnapshot/${name}.tar.gz";
url = "mirror://sourceforge/rsnapshot/${name}.tar.gz";
sha256 = "19p35ycm73a8vd4ccjpah18h5jagvcr11rqca6ya87sg8k0a5h9z";
};