gym: remove dot in meta.description

This commit is contained in:
Dmitry Kalinkin 2018-12-14 20:02:15 -05:00
parent 3d4f4149b5
commit 269b100180
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333

View File

@ -20,7 +20,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with lib; {
description = "A toolkit by OpenAI for developing and comparing your reinforcement learning agents.";
description = "A toolkit by OpenAI for developing and comparing your reinforcement learning agents";
homepage = https://gym.openai.com/;
license = licenses.mit;
maintainers = with maintainers; [ hyphon81 ];