Skip to content

Commit 6d5153e

Browse files
committed
autocorrect: add definfo as maintainer
1 parent dcc4da2 commit 6d5153e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/au/autocorrect/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ rustPlatform.buildRustPackage rec {
4040
homepage = "https://huacnlee.github.io/autocorrect";
4141
changelog = "https://github.com/huacnlee/autocorrect/releases/tag/v${version}";
4242
license = lib.licenses.mit;
43-
maintainers = with lib.maintainers; [ ];
43+
maintainers = with lib.maintainers; [ definfo ];
4444
};
4545
}

0 commit comments

Comments
 (0)