run: add filalex77 to maintainers

This commit is contained in:
Oleksii Filonenko 2020-02-10 16:10:15 +02:00 committed by Jon
parent 223af4a592
commit 2de244e729

View File

@ -16,7 +16,7 @@ buildGoModule rec {
description = "Easily manage and invoke small scripts and wrappers";
homepage = https://github.com/TekWizely/run;
license = licenses.mit;
maintainers = with maintainers; [ rawkode ];
maintainers = with maintainers; [ rawkode filalex77 ];
platforms = platforms.unix;
};
}