1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

maintainers: add poperigby

This commit is contained in:
PopeRigby 2024-08-04 12:18:28 -07:00
parent 950184cf58
commit e55ed5e394
2 changed files with 6 additions and 3 deletions

View file

@ -16230,6 +16230,11 @@
githubId = 4201956;
name = "pongo1231";
};
PopeRigby = {
name = "PopeRigby";
github = "poperigby";
githubId = 20866468;
};
poptart = {
email = "poptart@hosakacorp.net";
github = "terrorbyte";

View file

@ -14,7 +14,6 @@
gzip,
libvorbis,
libmad,
vulkan-headers,
vulkan-loader,
moltenvk,
}:
@ -36,7 +35,6 @@ stdenv.mkDerivation rec {
meson
ninja
pkg-config
vulkan-headers
];
buildInputs = [
@ -80,6 +78,6 @@ stdenv.mkDerivation rec {
'';
platforms = with platforms; linux ++ darwin;
maintainers = with maintainers; [ ylh ];
maintainers = with maintainers; [ PopeRigby ylh ];
};
}