diff options
author | Nikola Knezevic <nikola@knezevic.ch> | 2020-04-06 15:10:58 +0200 |
---|---|---|
committer | Nikola Knezevic <nikola@knezevic.ch> | 2020-04-08 22:26:57 +0200 |
commit | 741e9012d3fa6f0fb41a4a5662c6b8b38ecfaa1f (patch) | |
tree | 9293a430aa5dceb4c05666efd785613b52d62dab /src/nix-channel | |
parent | 65ef57e0cbded52652510355304303a7b71586af (diff) |
Rename src/lib/download.* to src/lib/datatransfer.*
Diffstat (limited to 'src/nix-channel')
-rwxr-xr-x | src/nix-channel/nix-channel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-channel/nix-channel.cc b/src/nix-channel/nix-channel.cc index 2a9defb4e..d0719194d 100755 --- a/src/nix-channel/nix-channel.cc +++ b/src/nix-channel/nix-channel.cc @@ -1,6 +1,6 @@ #include "shared.hh" #include "globals.hh" -#include "download.hh" +#include "datatransfer.hh" #include "store-api.hh" #include "../nix/legacy.hh" #include "fetchers.hh" |