summary refs log tree commit diff
path: root/pkgs/development/python-modules/biopython/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/biopython/default.nix')
-rw-r--r--pkgs/development/python-modules/biopython/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/biopython/default.nix b/pkgs/development/python-modules/biopython/default.nix
index 8f99c0d75d3..8229c1edce8 100644
--- a/pkgs/development/python-modules/biopython/default.nix
+++ b/pkgs/development/python-modules/biopython/default.nix
@@ -25,8 +25,8 @@ buildPythonPackage rec {
       applications which address the needs of current and future work in
       bioinformatics.
     '';
-    homepage = http://biopython.org/wiki/Documentation;
+    homepage = https://biopython.org/wiki/Documentation;
     maintainers = with lib.maintainers; [ luispedro ];
     license = lib.licenses.bsd3;
   };
-}
\ No newline at end of file
+}