Commit 35d3a6fa authored by thyol's avatar thyol
Browse files

muscle: add myself to maintainers

parent d7c8595f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}