libtorch-bin: add danieldk as maintainer

This commit is contained in:
Daniël de Kok 2021-02-15 19:53:57 +01:00
parent d5b676eb34
commit 67e6eba6ca

View file

@ -117,6 +117,7 @@ in stdenv.mkDerivation {
description = "C++ API of the PyTorch machine learning framework";
homepage = "https://pytorch.org/";
license = licenses.unfree; # Includes CUDA and Intel MKL.
maintainers = with maintainers; [ danieldk ];
platforms = with platforms; linux ++ darwin;
};
}