Skip to content

Commit e1f5f6a

Browse files
committed
renderdoc: add ShyAssassin to maintainers
1 parent 092a7ac commit e1f5f6a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pkgs/by-name/re/renderdoc/package.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,10 @@ stdenv.mkDerivation (finalAttrs: {
142142
'';
143143
license = lib.licenses.mit;
144144
mainProgram = "renderdoccmd";
145-
maintainers = with lib.maintainers; [ pbsds ];
145+
maintainers = with lib.maintainers; [
146+
pbsds
147+
ShyAssassin
148+
];
146149
platforms = lib.intersectLists lib.platforms.linux (lib.platforms.x86_64 ++ lib.platforms.i686);
147150
};
148151
})

0 commit comments

Comments
 (0)