muscle: add myself to maintainers

This commit is contained in:
thyol 2022-11-22 20:08:46 +01:00
parent d7c8595f62
commit 35d3a6fa79

View File

@ -22,6 +22,6 @@ stdenv.mkDerivation rec {
description = "Multiple sequence alignment with top benchmark scores scalable to thousands of sequences";
license = licenses.gpl3Plus;
homepage = "https://www.drive5.com/muscle/";
maintainers = [ maintainers.unode ];
maintainers = with maintainers; [ unode thyol ];
};
}