treewide: Remove myself from maintainers on some packages (#78027)

This commit is contained in:
Ivan Kozik
2020-01-19 12:18:34 -05:00
committed by Dmitry Kalinkin
parent b1f7e20ca8
commit 76ab11518d
5 changed files with 5 additions and 5 deletions
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A small and embeddable Javascript engine";
homepage = "https://bellard.org/quickjs/";
maintainers = with maintainers; [ stesie ivan ];
maintainers = with maintainers; [ stesie ];
platforms = platforms.linux;
license = licenses.mit;
};