mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 11:44:02 +00:00
http-prompt: Fix owner, repo was moved
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
ecb8cf9f68
commit
18a0b41ede
@ -7,7 +7,7 @@ python3Packages.buildPythonApplication rec {
|
||||
src = fetchFromGitHub {
|
||||
rev = "v${version}";
|
||||
repo = "http-prompt";
|
||||
owner = "eliangcs";
|
||||
owner = "httpie";
|
||||
sha256 = "0kngz2izcqjphbrdkg489p0xmf65xjc8ki1a2szcc8sgwc7z74xy";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user