bowtie: fix homepage

This commit is contained in:
Jörg Thalheim 2021-08-22 16:06:41 +02:00
parent 7dfbfb6483
commit 11e5c3ac4b

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "An ultrafast memory-efficient short read aligner";
license = licenses.artistic2;
homepage = "http://bowtie-bio.sf.net/bowtie";
homepage = "http://bowtie-bio.sourceforge.net";
maintainers = with maintainers; [ prusnak ];
platforms = platforms.all;
};