From 79d21285dd91222aa4cdbbda4e33f19e2e32aa83 Mon Sep 17 00:00:00 2001 From: Austin Seipp Date: Mon, 24 Dec 2018 19:58:04 -0600 Subject: [PATCH] pythonPackages.pytorch: meta touch up, add myself as maintainer Signed-off-by: Austin Seipp --- pkgs/development/python-modules/pytorch/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/development/python-modules/pytorch/default.nix b/pkgs/development/python-modules/pytorch/default.nix index 7d80e756c77..11fe0b5e6c4 100644 --- a/pkgs/development/python-modules/pytorch/default.nix +++ b/pkgs/development/python-modules/pytorch/default.nix @@ -91,10 +91,10 @@ in buildPythonPackage rec { ''; meta = { - description = "Tensors and Dynamic neural networks in Python with strong GPU acceleration."; - homepage = https://pytorch.org/; - license = lib.licenses.bsd3; - platforms = lib.platforms.linux; - maintainers = with lib.maintainers; [ teh ]; + description = "Open source, prototype-to-production deep learning platform"; + homepage = https://pytorch.org/; + license = lib.licenses.bsd3; + platforms = lib.platforms.linux; + maintainers = with lib.maintainers; [ teh thoughtpolice ]; }; }