vbam: add netali to maintainers

This commit is contained in:
Netali 2022-12-15 14:44:25 +01:00
parent 42c2f2f252
commit 9eebb01ff5
No known key found for this signature in database
GPG Key ID: 9C55E636426B40A9

View File

@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "A merge of the original Visual Boy Advance forks"; description = "A merge of the original Visual Boy Advance forks";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ lassulus ]; maintainers = with maintainers; [ lassulus netali ];
homepage = "https://vba-m.com/"; homepage = "https://vba-m.com/";
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
badPlatforms = [ "aarch64-linux" ]; badPlatforms = [ "aarch64-linux" ];