python38Packages.twill: update homepage

This commit is contained in:
Mario Rodas 2020-07-28 04:20:00 -05:00
parent 2e332100df
commit 6a829263f5
No known key found for this signature in database
GPG key ID: 325649BCA6D53027

View file

@ -23,7 +23,7 @@ buildPythonPackage rec {
doCheck = false; # pypi package comes without tests, other homepage does not provide all verisons
meta = with lib; {
homepage = "http://twill.idyll.org/";
homepage = "https://twill-tools.github.io/twill/";
description = "A simple scripting language for Web browsing";
license = licenses.mit;
maintainers = with maintainers; [ mic92 ];