snakemake: update homepage link to use HTTPS

wip/yesman
Konrad Borowski 4 years ago committed by Jon
parent 5054133224
commit f527f9db3a
  1. 2
      pkgs/applications/science/misc/snakemake/default.nix

@ -28,7 +28,7 @@ python3Packages.buildPythonApplication rec {
doCheck = false; # Tests depend on Google Cloud credentials at ${HOME}/gcloud-service-key.json
meta = with stdenv.lib; {
homepage = "http://snakemake.bitbucket.io";
homepage = "https://snakemake.bitbucket.io";
license = licenses.mit;
description = "Python-based execution environment for make-like workflows";
longDescription = ''

Loading…
Cancel
Save