Unverified Commit d0850c51 authored by Vinny Meller's avatar Vinny Meller
Browse files

python3Packages.scrapy: add vinnymeller as maintainer

parent 2cd70794
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -151,6 +151,6 @@ buildPythonPackage rec {
    homepage = "https://scrapy.org/";
    changelog = "https://github.com/scrapy/scrapy/raw/${version}/docs/news.rst";
    license = licenses.bsd3;
    maintainers = with maintainers; [ ];
    maintainers = with maintainers; [ vinnymeller ];
  };
}