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 e34328a commit c0a2b57Copy full SHA for c0a2b57
2 files changed
maintainers/maintainer-list.nix
@@ -8019,6 +8019,13 @@
8019
githubId = 15692230;
8020
name = "Muhammad Herdiansyah";
8021
};
8022
+ konradmalik = {
8023
+ email = "konrad.malik@gmail.com";
8024
+ matrix = "@konradmalik:matrix.org";
8025
+ name = "Konrad Malik";
8026
+ github = "konradmalik";
8027
+ githubId = 13033392;
8028
+ };
8029
koozz = {
8030
email = "koozz@linux.com";
8031
github = "koozz";
pkgs/development/tools/misc/netcoredbg/default.nix
@@ -86,6 +86,6 @@ stdenv.mkDerivation rec {
86
homepage = "https://github.com/Samsung/netcoredbg";
87
license = licenses.mit;
88
platforms = platforms.unix;
89
- maintainers = [ maintainers.leo60228 ];
+ maintainers = with maintainers; [ leo60228 konradmalik ];
90
91
}
0 commit comments