summaryrefslogtreecommitdiffstats
path: root/makefu/5pkgs/shackie/default.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-05-12 17:52:37 +0200
committermakefu <github@syntax-fehler.de>2017-05-12 17:52:37 +0200
commitaa7fc6786d5195babca6aaefbd0509a87e474add (patch)
treed68911ffe3d554fb27752b43037d7c99d7b98b25 /makefu/5pkgs/shackie/default.nix
parent39c264108329a412446c091852dd5a655da38b27 (diff)
m: requests2 -> requests
Diffstat (limited to 'makefu/5pkgs/shackie/default.nix')
-rw-r--r--makefu/5pkgs/shackie/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/5pkgs/shackie/default.nix b/makefu/5pkgs/shackie/default.nix
index ce926fcd..b6cf8afe 100644
--- a/makefu/5pkgs/shackie/default.nix
+++ b/makefu/5pkgs/shackie/default.nix
@@ -22,7 +22,7 @@ buildPythonPackage rec {
lxml
pytz
redis
- requests2
+ requests
];
src = fetchFromGitHub {
owner = "shackspace";