diff options
Diffstat (limited to 'users/Profpatsch/read-http.nix')
-rw-r--r-- | users/Profpatsch/read-http.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/Profpatsch/read-http.nix b/users/Profpatsch/read-http.nix index 2b7465dab88a..854a11b7d099 100644 --- a/users/Profpatsch/read-http.nix +++ b/users/Profpatsch/read-http.nix @@ -2,7 +2,7 @@ let - read-http = depot.users.Profpatsch.writers.rustSimple { + read-http = depot.nix.writers.rustSimple { name = "read-http"; dependencies = [ depot.third_party.rust-crates.ascii |