summary refs log tree commit diff
path: root/pkgs/applications/emulators/vbam
diff options
context:
space:
mode:
authorNetali <me@netali.de>2022-12-15 14:44:25 +0100
committerNetali <me@netali.de>2022-12-15 14:44:25 +0100
commit9eebb01ff536bee57466769e446dc23f934479ea (patch)
treeae2f2cb937f415c92605722869fbec496698ccaf /pkgs/applications/emulators/vbam
parent42c2f2f252b3e2ce2e6665a7e00810ecc2ea3510 (diff)
downloadnixpkgs-9eebb01ff536bee57466769e446dc23f934479ea.tar
nixpkgs-9eebb01ff536bee57466769e446dc23f934479ea.tar.gz
nixpkgs-9eebb01ff536bee57466769e446dc23f934479ea.tar.bz2
nixpkgs-9eebb01ff536bee57466769e446dc23f934479ea.tar.lz
nixpkgs-9eebb01ff536bee57466769e446dc23f934479ea.tar.xz
nixpkgs-9eebb01ff536bee57466769e446dc23f934479ea.tar.zst
nixpkgs-9eebb01ff536bee57466769e446dc23f934479ea.zip
vbam: add netali to maintainers
Diffstat (limited to 'pkgs/applications/emulators/vbam')
-rw-r--r--pkgs/applications/emulators/vbam/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/emulators/vbam/default.nix b/pkgs/applications/emulators/vbam/default.nix
index c641c58dd6b..4f480e67ee5 100644
--- a/pkgs/applications/emulators/vbam/default.nix
+++ b/pkgs/applications/emulators/vbam/default.nix
@@ -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" ];