mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
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…
Reference in a new issue