autocorrect: add definfo as maintainer
This commit is contained in:
@@ -40,6 +40,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://huacnlee.github.io/autocorrect";
|
||||
changelog = "https://github.com/huacnlee/autocorrect/releases/tag/v${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
maintainers = with lib.maintainers; [ definfo ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user