spidermonkey_*: add myself as a maintainer

This commit is contained in:
Kirill A. Korinsky
2022-08-10 23:33:20 +02:00
committed by Jan Tojnar
parent c053cde6be
commit cf3859b188
@@ -182,7 +182,7 @@ stdenv.mkDerivation (finalAttrs: rec {
description = "Mozilla's JavaScript engine written in C/C++";
homepage = "https://spidermonkey.dev/";
license = licenses.mpl20; # TODO: MPL/GPL/LGPL tri-license for 78.
maintainers = with maintainers; [ abbradar lostnet ];
maintainers = with maintainers; [ abbradar lostnet catap ];
platforms = platforms.linux;
};
})