toil: update homepage

This commit is contained in:
Sandro 2021-07-21 13:28:37 +02:00 committed by GitHub
parent 866fe59150
commit aee461ddb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ python3Packages.buildPythonApplication rec {
pythonImportsCheck = [ "toil" ];
meta = with lib; {
homepage = "http://toil.ucsc-cgl.org";
homepage = "https://toil.ucsc-cgl.org/";
license = with licenses; [ asl20 ];
description = "Workflow engine written in pure Python";
maintainers = with maintainers; [ veprbl ];