maintainers: add ryanccn
This commit is contained in:
parent
6068a73e5f
commit
1242a9d55e
@ -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";
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user