torchvision: remove myself from maintainers

This commit is contained in:
Sandro Jäckel
2021-02-14 09:48:45 +01:00
parent 31124e17eb
commit a9f1f7f417
@@ -45,6 +45,6 @@ buildPythonPackage rec {
description = "PyTorch vision library"; description = "PyTorch vision library";
homepage = "https://pytorch.org/"; homepage = "https://pytorch.org/";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ ericsagnes SuperSandro2000 ]; maintainers = with maintainers; [ ericsagnes ];
}; };
} }