Unverified Commit 9a47d382 authored by wxt's avatar wxt
Browse files

karlender: add bot-wxt1221 as maintainers

parent 7e0fc29e
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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;
  };
}