python310Packages.pwntools: use https homepage

This commit is contained in:
Sandro Jäckel
2022-11-16 00:13:45 +01:00
parent e4d99ffc58
commit 015d850d0c
@@ -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 ];