treewide: run ./maintainers/scripts/update_redirected_urls.sh

This commit is contained in:
Sandro Jäckel
2020-11-27 01:29:13 +01:00
parent 25952ac036
commit 60c54866ed
17 changed files with 17 additions and 17 deletions

View File

@@ -11,7 +11,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Pure Python reimplementation of pcapy. This package is API compatible and a drop-in replacement.";
homepage = "http://bitbucket.org/viraptor/pure-pcapy";
homepage = "https://bitbucket.org/viraptor/pure-pcapy";
license = licenses.bsd2;
maintainers = with maintainers; [ etu ];
};