tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
hax11: add cybershadow to maintainers
Vladimir Panteleev
2 years ago
8bb8cb8f
3c3a001a
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
hax11
default.nix
+1
-1
pkgs/development/libraries/hax11/default.nix
···
44
44
homepage = "https://github.com/CyberShadow/hax11";
45
45
description = "Hackbrary to Hook and Augment X11 protocol calls";
46
46
license = with lib.licenses; [ mit ];
47
47
-
maintainers = with lib.maintainers; [ AndersonTorres ];
47
47
+
maintainers = with lib.maintainers; [ AndersonTorres cybershadow ];
48
48
platforms = lib.platforms.linux;
49
49
};
50
50
})