comrak: add self as maintainer (#359197)

This commit is contained in:
Pol Dellaiera 2024-11-26 08:01:38 +01:00 committed by GitHub
commit 096ede7f2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View File

@ -11697,6 +11697,12 @@
name = "Kat Inskip";
keys = [ { fingerprint = "9CC6 44B5 69CD A59B C874 C4C9 E8DD E3ED 1C90 F3A0"; } ];
};
kivikakk = {
email = "ashe@kivikakk.ee";
github = "kivikakk";
githubId = 1915;
name = "Asherah Connor";
};
kjeremy = {
email = "kjeremy@gmail.com";
name = "Jeremy Kolb";

View File

@ -19,6 +19,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/kivikakk/comrak";
changelog = "https://github.com/kivikakk/comrak/blob/${version}/changelog.txt";
license = licenses.bsd2;
maintainers = with maintainers; [ figsoda ];
maintainers = with maintainers; [ figsoda kivikakk ];
};
}