maintainers: remove drewkett
no github handle linked
This commit is contained in:
parent
213007a351
commit
50084dde45
@ -3363,10 +3363,6 @@
|
||||
githubId = 6199462;
|
||||
name = "Dmytro Rets";
|
||||
};
|
||||
drewkett = {
|
||||
email = "burkett.andrew@gmail.com";
|
||||
name = "Andrew Burkett";
|
||||
};
|
||||
drewrisinger = {
|
||||
email = "drisinger+nixpkgs@gmail.com";
|
||||
github = "drewrisinger";
|
||||
|
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
description = "A collection of persistent (disk-based) queues for Python";
|
||||
homepage = "https://github.com/scrapy/queuelib";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ drewkett ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
|
||||
}
|
||||
|
@ -135,7 +135,7 @@ buildPythonPackage rec {
|
||||
homepage = "https://scrapy.org/";
|
||||
changelog = "https://github.com/scrapy/scrapy/raw/${version}/docs/news.rst";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ drewkett marsam ];
|
||||
maintainers = with maintainers; [ marsam ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
@ -27,6 +27,6 @@ buildPythonPackage rec {
|
||||
description = "A library of web-related functions";
|
||||
homepage = "https://github.com/scrapy/w3lib";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ drewkett ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user