re-captcha: adjust for v2 that is the only left one supported since 1st of May.

This commit is contained in:
Marcin Kuzminski 2018-05-06 23:19:05 +02:00
parent e024889cc4
commit 226175af89
9 changed files with 72 additions and 63 deletions

View file

@ -225,13 +225,6 @@ self: super: {
};
});
recaptcha-client = super.recaptcha-client.override (attrs: {
meta = {
# TODO: It is MIT/X11
license = pkgs.lib.licenses.mit;
};
});
python-editor = super.python-editor.override (attrs: {
meta = {
license = pkgs.lib.licenses.asl20;