Skip to content

Commit

Permalink
catboost: add natsukium to maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium committed Sep 28, 2023
1 parent fc84d02 commit 0b93e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/catboost/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ stdenv.mkDerivation (finalAttrs: {
license = licenses.asl20;
platforms = platforms.unix;
homepage = "https://catboost.ai";
maintainers = with maintainers; [ PlushBeaver ];
maintainers = with maintainers; [ PlushBeaver natsukium ];
mainProgram = "catboost";
};
})

0 comments on commit 0b93e56

Please sign in to comment.