nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

vbam: add netali to maintainers

Netali 9eebb01f 42c2f2f2

+1 -1
+1 -1
pkgs/applications/emulators/vbam/default.nix
··· 54 54 meta = with lib; { 55 55 description = "A merge of the original Visual Boy Advance forks"; 56 56 license = licenses.gpl2; 57 - maintainers = with maintainers; [ lassulus ]; 57 + maintainers = with maintainers; [ lassulus netali ]; 58 58 homepage = "https://vba-m.com/"; 59 59 platforms = lib.platforms.linux; 60 60 badPlatforms = [ "aarch64-linux" ];