Unverified Commit 3de8f433 authored by Anthony Roussel's avatar Anthony Roussel
Browse files

httpdirfs: move to pkgs/by-name

parent 4bc9e022
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -9154,8 +9154,6 @@ with pkgs;
  http-getter = callPackage ../applications/networking/flent/http-getter.nix { };
  httpdirfs = callPackage ../tools/filesystems/httpdirfs { };
  httpdump = callPackage ../tools/security/httpdump { };
  httpie = with python3Packages; toPythonApplication httpie;