summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-09-11 10:38:12 +0200
committerMatthias Beyer <mail@beyermatthias.de>2022-09-11 10:38:12 +0200
commit18a0b41ede829c9317a6e5f165ad2a1021249892 (patch)
tree5517637e2f832a1078b427c43b0603ee0ab54156
parentecb8cf9f68b85b851a2d9c4aae061e7ba056c35e (diff)
downloadnixpkgs-18a0b41ede829c9317a6e5f165ad2a1021249892.tar
nixpkgs-18a0b41ede829c9317a6e5f165ad2a1021249892.tar.gz
nixpkgs-18a0b41ede829c9317a6e5f165ad2a1021249892.tar.bz2
nixpkgs-18a0b41ede829c9317a6e5f165ad2a1021249892.tar.lz
nixpkgs-18a0b41ede829c9317a6e5f165ad2a1021249892.tar.xz
nixpkgs-18a0b41ede829c9317a6e5f165ad2a1021249892.tar.zst
nixpkgs-18a0b41ede829c9317a6e5f165ad2a1021249892.zip
http-prompt: Fix owner, repo was moved
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--pkgs/tools/networking/http-prompt/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/http-prompt/default.nix b/pkgs/tools/networking/http-prompt/default.nix
index 3f42fa83c64..e0f2d33623a 100644
--- a/pkgs/tools/networking/http-prompt/default.nix
+++ b/pkgs/tools/networking/http-prompt/default.nix
@@ -7,7 +7,7 @@ python3Packages.buildPythonApplication rec {
   src = fetchFromGitHub {
     rev = "v${version}";
     repo = "http-prompt";
-    owner = "eliangcs";
+    owner = "httpie";
     sha256 = "0kngz2izcqjphbrdkg489p0xmf65xjc8ki1a2szcc8sgwc7z74xy";
   };