Unverified Commit 2bd4a56e authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #237950 from bcdarwin/bppsuite-fix-homepage

bppsuite: fix homepage
parents 9349ccba 9120f78e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
  buildInputs = [ bpp-core bpp-seq bpp-phyl bpp-popgen ];

  meta = bpp-core.meta // {
    homepage = "https://github.com/BioPP/bppsuite";
    changelog = "https://github.com/BioPP/bppsuite/blob/master/ChangeLog";
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
  doCheck = !stdenv.isDarwin;

  meta = with lib; {
    homepage = "http://biopp.univ-montp2.fr/wiki/index.php/Main_Page";
    homepage = "https://github.com/BioPP/bpp-core";
    changelog = "https://github.com/BioPP/bpp-core/blob/master/ChangeLog";
    description = "C++ bioinformatics libraries and tools";
    maintainers = with maintainers; [ bcdarwin ];
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
  doCheck = !stdenv.isDarwin;

  meta = bpp-core.meta // {
    homepage = "https://github.com/BioPP/bpp-phyl";
    changelog = "https://github.com/BioPP/bpp-phyl/blob/master/ChangeLog";
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
  doCheck = !stdenv.isDarwin;

  meta = bpp-core.meta // {
    homepage = "https://github.com/BioPP/bpp-popgen";
    changelog = "https://github.com/BioPP/bpp-popgen/blob/master/ChangeLog";
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
  doCheck = !stdenv.isDarwin;

  meta = bpp-core.meta // {
    homepage = "https://github.com/BioPP/bpp-seq";
    changelog = "https://github.com/BioPP/bpp-seq/blob/master/ChangeLog";
  };
}