We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e33210 commit 6a82926Copy full SHA for 6a82926
1 file changed
pkgs/development/python-modules/twill/default.nix
@@ -23,7 +23,7 @@ buildPythonPackage rec {
23
doCheck = false; # pypi package comes without tests, other homepage does not provide all verisons
24
25
meta = with lib; {
26
- homepage = "http://twill.idyll.org/";
+ homepage = "https://twill-tools.github.io/twill/";
27
description = "A simple scripting language for Web browsing";
28
license = licenses.mit;
29
maintainers = with maintainers; [ mic92 ];
0 commit comments