Skip to content

Commit

Permalink
karlender: add bot-wxt1221 as maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
Bot-wxt1221 committed Nov 6, 2024
1 parent 7e0fc29 commit 9a47d38
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/by-name/ka/karlender/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,10 @@ rustPlatform.buildRustPackage rec {
mainProgram = "karlender";
homepage = "https://gitlab.com/floers/karlender";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ chuangzhu ];
maintainers = with lib.maintainers; [
chuangzhu
bot-wxt1221
];
platforms = lib.platforms.linux;
};
}

0 comments on commit 9a47d38

Please sign in to comment.