maintainers: add ryanccn

This commit is contained in:
Ryan Cao 2023-07-24 08:19:51 +08:00
parent 6068a73e5f
commit 1242a9d55e
No known key found for this signature in database
2 changed files with 7 additions and 1 deletions

View File

@ -14465,6 +14465,12 @@
githubId = 889991;
name = "Ryan Artecona";
};
ryanccn = {
email = "hello@ryanccn.dev";
github = "ryanccn";
githubId = 70191398;
name = "Ryan Cao";
};
ryane = {
email = "ryanesc@gmail.com";
github = "ryane";

View File

@ -22,6 +22,6 @@ rustPlatform.buildRustPackage rec {
description = "Create licenses for your projects right from your terminal";
homepage = "https://github.com/nexxeln/license-generator";
license = licenses.mit;
maintainers = [ ];
maintainers = [ maintainers.ryanccn ];
};
}