tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
vbam: add netali to maintainers
Netali
3 years ago
9eebb01f
42c2f2f2
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
emulators
vbam
default.nix
+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
57
-
maintainers = with maintainers; [ lassulus ];
57
57
+
maintainers = with maintainers; [ lassulus netali ];
58
58
homepage = "https://vba-m.com/";
59
59
platforms = lib.platforms.linux;
60
60
badPlatforms = [ "aarch64-linux" ];