Commit 13df3e26 authored by TomaSajt's avatar TomaSajt Committed by github-actions[bot]
Browse files

rPackages: fix meta.homepage for packages in BiocAnn and BiocExp

(cherry picked from commit cb44e8f3)
parent 8a0d495c
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -91,7 +91,9 @@ let
      ];
  };
  deriveBiocAnn = mkDerive {
    mkHomepage = { name, ... }: "http://www.bioconductor.org/packages/${name}.html";
    mkHomepage =
      { name, biocVersion }:
      "https://www.bioconductor.org/packages/${biocVersion}/data/annotation/html/${name}.html";
    mkUrls =
      {
        name,
@@ -104,7 +106,9 @@ let
    hydraPlatforms = [ ];
  };
  deriveBiocExp = mkDerive {
    mkHomepage = { name, ... }: "http://www.bioconductor.org/packages/${name}.html";
    mkHomepage =
      { name, biocVersion }:
      "https://www.bioconductor.org/packages/${biocVersion}/data/experiment/html/${name}.html";
    mkUrls =
      {
        name,