Add myself as maintainer

This commit is contained in:
Enric Morales 2024-04-09 15:48:55 +02:00
parent dc040be6f8
commit 644341b1de
2 changed files with 7 additions and 1 deletions

View File

@ -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";

View File

@ -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 ];
};
}