Merge pull request #201407 from SuperSandro2000/pwntools

python310Packages.pwntools: use https homepage
This commit is contained in:
Fabian Affolter
2022-11-19 10:36:59 +01:00
committed by GitHub
@@ -84,7 +84,7 @@ buildPythonPackage rec {
'';
meta = with lib; {
homepage = "http://pwntools.com";
homepage = "https://pwntools.com";
description = "CTF framework and exploit development library";
license = licenses.mit;
maintainers = with maintainers; [ bennofs kristoff3r pamplemousse ];