torchvision: remove myself from maintainers

This commit is contained in:
Sandro Jäckel
2021-02-14 09:48:14 +01:00
parent 31124e17eb
commit a9f1f7f417

View File

@@ -45,6 +45,6 @@ buildPythonPackage rec {
description = "PyTorch vision library";
homepage = "https://pytorch.org/";
license = licenses.bsd3;
maintainers = with maintainers; [ ericsagnes SuperSandro2000 ];
maintainers = with maintainers; [ ericsagnes ];
};
}