Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions MAINTAINERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# NRI project maintainers
#
# See https://github.com/containerd/project/blob/main/GOVERNANCE.md#maintainership for committer versus reviewer roles
#
# Core containerd maintainers are also maintainers of the NRI project,
# see https://github.com/containerd/project/blob/main/MAINTAINERS
#
# COMMITTERS
# GitHub ID, Name, Email address,GPG fingerprint
"klihub","Krisztian Litkey","[email protected]",""
#
# REVIEWERS
# GitHub ID, Name, Email address, GPG fingerprint
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ nri is a containerd sub-project, licensed under the [Apache 2.0 license](./LICEN
As a containerd sub-project, you will find the:

* [Project governance](https://github.com/containerd/project/blob/main/GOVERNANCE.md),
* [Maintainers](https://github.com/containerd/project/blob/main/MAINTAINERS),
* [Maintainers](./MAINTAINERS),
* and [Contributing guidelines](https://github.com/containerd/project/blob/main/CONTRIBUTING.md)

information in our [`containerd/project`](https://github.com/containerd/project) repository.
Loading