mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
rsnapshot: Fix URL.
Thanks to ebzzry on IRC for pointing this out.
This commit is contained in:
parent
1a52c7659d
commit
947651b6c2
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue