snakemake: update homepage link to use HTTPS
This commit is contained in:
parent
5054133224
commit
f527f9db3a
@ -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…
x
Reference in New Issue
Block a user