mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
Add myself as maintainer
This commit is contained in:
parent
dc040be6f8
commit
644341b1de
@ -10190,6 +10190,12 @@
|
||||
githubId = 845652;
|
||||
name = "Kier Davis";
|
||||
};
|
||||
kiike = {
|
||||
email = "me@enric.me";
|
||||
github = "kiike";
|
||||
githubId = 464625;
|
||||
name = "Enric Morales";
|
||||
};
|
||||
kilianar = {
|
||||
email = "mail@kilianar.de";
|
||||
github = "kilianar";
|
||||
|
@ -24,6 +24,6 @@ buildNimPackage {
|
||||
homepage = "https://github.com/tridactyl/native_messenger";
|
||||
license = licenses.bsd2;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ timokau dit7ya ];
|
||||
maintainers = with maintainers; [ timokau dit7ya kiike ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user