We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 092a7ac commit e1f5f6aCopy full SHA for e1f5f6a
pkgs/by-name/re/renderdoc/package.nix
@@ -142,7 +142,10 @@ stdenv.mkDerivation (finalAttrs: {
142
'';
143
license = lib.licenses.mit;
144
mainProgram = "renderdoccmd";
145
- maintainers = with lib.maintainers; [ pbsds ];
+ maintainers = with lib.maintainers; [
146
+ pbsds
147
+ ShyAssassin
148
+ ];
149
platforms = lib.intersectLists lib.platforms.linux (lib.platforms.x86_64 ++ lib.platforms.i686);
150
};
151
})
0 commit comments