summary refs log tree commit diff
path: root/pkgs/tools/text/grin/default.nix
diff options
context:
space:
mode:
authorFrederik Rietdijk <freddyrietdijk@fridh.nl>2016-04-26 14:38:03 +0200
committerDomen Kožar <domen@dev.si>2016-04-26 13:38:03 +0100
commitd5e6a4494a2eb00e52b309fc7a196d84ff8625ec (patch)
tree190f097587735bc3762c65d3c1690c4f30b01c1f /pkgs/tools/text/grin/default.nix
parentae8a3a14f03cda32340dd55905b4d8c1b18b0446 (diff)
downloadnixlib-d5e6a4494a2eb00e52b309fc7a196d84ff8625ec.tar
nixlib-d5e6a4494a2eb00e52b309fc7a196d84ff8625ec.tar.gz
nixlib-d5e6a4494a2eb00e52b309fc7a196d84ff8625ec.tar.bz2
nixlib-d5e6a4494a2eb00e52b309fc7a196d84ff8625ec.tar.lz
nixlib-d5e6a4494a2eb00e52b309fc7a196d84ff8625ec.tar.xz
nixlib-d5e6a4494a2eb00e52b309fc7a196d84ff8625ec.tar.zst
nixlib-d5e6a4494a2eb00e52b309fc7a196d84ff8625ec.zip
Python: use PyPI mirror (#15001)
* mirrors: add pypi

* Python: Use pypi mirror for all PyPI packages
Diffstat (limited to 'pkgs/tools/text/grin/default.nix')
-rw-r--r--pkgs/tools/text/grin/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/grin/default.nix b/pkgs/tools/text/grin/default.nix
index da3a77e8d2e4..149af7baa2d7 100644
--- a/pkgs/tools/text/grin/default.nix
+++ b/pkgs/tools/text/grin/default.nix
@@ -5,7 +5,7 @@ pythonPackages.buildPythonApplication rec {
   namePrefix = "";
 
   src = fetchurl {
-    url = "https://pypi.python.org/packages/source/g/grin/${name}.tar.gz";
+    url = "mirror://pypi/g/grin/${name}.tar.gz";
     sha256 = "1swzwb17wibam8jszdv98h557hlx44pg6psv6rjz7i33qlxk0fdz";
   };