hisat2: update homepage

and use SPDX 3.0 license identifier
This commit is contained in:
Renaud 2022-02-06 14:08:34 +01:00 committed by c0bw3b
parent 7d9826eb8b
commit 2ddcc2b369

View file

@ -37,8 +37,8 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Graph based aligner";
license = licenses.gpl3;
homepage = "https://ccb.jhu.edu/software/hisat2/index.shtml";
license = licenses.gpl3Plus;
homepage = "https://daehwankimlab.github.io/hisat2/";
maintainers = with maintainers; [ jbedo ];
platforms = [ "x86_64-linux" "i686-linux" ];
};