pkgs/development/python-modules/pycrypto: updated homepage and download URL to use http://www.pycrypto.org/
svn path=/nixpkgs/trunk/; revision=22789
This commit is contained in:
parent
4630c1854d
commit
66b8ff8e0c
@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
|
|||||||
name = "pycrypto-2.1.0";
|
name = "pycrypto-2.1.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/${name}.tar.gz";
|
url = "http://www.pycrypto.org/files/${name}.tar.gz";
|
||||||
sha256 = "18nq49l8wplg54hz9h26n61rq49vjzmy5xzlkm1g0j82x8i1qgi5";
|
sha256 = "18nq49l8wplg54hz9h26n61rq49vjzmy5xzlkm1g0j82x8i1qgi5";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.dlitz.net/software/pycrypto/;
|
homepage = "http://www.pycrypto.org/";
|
||||||
description = "Python Cryptography Toolkit";
|
description = "Python Cryptography Toolkit";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user