Haskell: Fix dead link in report
This commit is contained in:
parent
ea1b181023
commit
e677218d32
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ printBuildSummary
|
|||
<> ["","*:arrow_heading_up:: The number of packages that depend (directly or indirectly) on this package (if any). If two numbers are shown the first (lower) number considers only packages which currently have enabled hydra jobs, i.e. are not marked broken. The second (higher) number considers all packages.*",""]
|
||||
<> footer
|
||||
where
|
||||
footer = ["*Report generated with [maintainers/scripts/haskell/hydra-report.hs](https://github.com/NixOS/nixpkgs/blob/haskell-updates/maintainers/scripts/haskell/hydra-report.sh)*"]
|
||||
footer = ["*Report generated with [maintainers/scripts/haskell/hydra-report.hs](https://github.com/NixOS/nixpkgs/blob/haskell-updates/maintainers/scripts/haskell/hydra-report.hs)*"]
|
||||
totals =
|
||||
[ "#### Build summary"
|
||||
, ""
|
||||
|
|
Loading…
Reference in a new issue