tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
toil: update homepage
authored by
Sandro
and committed by
GitHub
4 years ago
aee461dd
866fe591
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
science
misc
toil
default.nix
+1
-1
pkgs/applications/science/misc/toil/default.nix
···
31
pythonImportsCheck = [ "toil" ];
32
33
meta = with lib; {
34
-
homepage = "http://toil.ucsc-cgl.org";
35
license = with licenses; [ asl20 ];
36
description = "Workflow engine written in pure Python";
37
maintainers = with maintainers; [ veprbl ];
···
31
pythonImportsCheck = [ "toil" ];
32
33
meta = with lib; {
34
+
homepage = "https://toil.ucsc-cgl.org/";
35
license = with licenses; [ asl20 ];
36
description = "Workflow engine written in pure Python";
37
maintainers = with maintainers; [ veprbl ];