libtorch-bin: add danieldk as maintainer
This commit is contained in:
parent
d5b676eb34
commit
67e6eba6ca
@ -117,6 +117,7 @@ in stdenv.mkDerivation {
|
|||||||
description = "C++ API of the PyTorch machine learning framework";
|
description = "C++ API of the PyTorch machine learning framework";
|
||||||
homepage = "https://pytorch.org/";
|
homepage = "https://pytorch.org/";
|
||||||
license = licenses.unfree; # Includes CUDA and Intel MKL.
|
license = licenses.unfree; # Includes CUDA and Intel MKL.
|
||||||
|
maintainers = with maintainers; [ danieldk ];
|
||||||
platforms = with platforms; linux ++ darwin;
|
platforms = with platforms; linux ++ darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user