vbam: add netali to maintainers

This commit is contained in:
Netali
2022-12-15 14:44:25 +01:00
parent 42c2f2f252
commit 9eebb01ff5
+1 -1
View File
@@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A merge of the original Visual Boy Advance forks";
license = licenses.gpl2;
maintainers = with maintainers; [ lassulus ];
maintainers = with maintainers; [ lassulus netali ];
homepage = "https://vba-m.com/";
platforms = lib.platforms.linux;
badPlatforms = [ "aarch64-linux" ];