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

@@ -18,6 +18,6 @@ buildPythonPackage rec {
description = "A Python wrapper for Pinboard.in";
maintainers = with maintainers; [ djanatyn ];
license = licenses.asl20;
homepage = "http://github.com/lionheart/pinboard.py";
homepage = "https://github.com/lionheart/pinboard.py";
};
}