summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules/Cython
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-04-23 22:00:42 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2019-04-23 22:00:42 -0400
commit84d00355e8b288a0700ea1590897b75297ec3877 (patch)
tree5006e56e8ac8441f5af8fcef632ead1a0e561bb2 /pkgs/development/python-modules/Cython
parentdc552fd2ff745d5942ceb1ec2d1016a80f7f7307 (diff)
parent6088a4793f2a83921b197a9185034934fcd96d02 (diff)
Merge remote-tracking branch 'NixOS/master' into staging
Diffstat (limited to 'pkgs/development/python-modules/Cython')
-rw-r--r--pkgs/development/python-modules/Cython/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/Cython/default.nix b/pkgs/development/python-modules/Cython/default.nix
index 817edff9df82..277a3b047d1c 100644
--- a/pkgs/development/python-modules/Cython/default.nix
+++ b/pkgs/development/python-modules/Cython/default.nix
@@ -59,7 +59,7 @@ in buildPythonPackage rec {
meta = {
description = "An optimising static compiler for both the Python programming language and the extended Cython programming language";
- homepage = http://cython.org;
+ homepage = https://cython.org;
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ fridh ];
};