Unverified Commit 73e46c9a authored by Toma's avatar Toma Committed by GitHub
Browse files

[Backport release-25.05] rPackages: fix meta.homepage for packages in BiocAnn and BiocExp (#408075)

parents 8a0d495c 13df3e26
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,