1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

snakemake: update homepage link to use HTTPS

This commit is contained in:
Konrad Borowski 2020-04-24 17:06:47 +02:00 committed by Jon
parent 5054133224
commit f527f9db3a

View file

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