We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc4da2 commit 6d5153eCopy full SHA for 6d5153e
pkgs/by-name/au/autocorrect/package.nix
@@ -40,6 +40,6 @@ rustPlatform.buildRustPackage rec {
40
homepage = "https://huacnlee.github.io/autocorrect";
41
changelog = "https://github.com/huacnlee/autocorrect/releases/tag/v${version}";
42
license = lib.licenses.mit;
43
- maintainers = with lib.maintainers; [ ];
+ maintainers = with lib.maintainers; [ definfo ];
44
};
45
}
0 commit comments