flit, flit-core: update homepage

This commit is contained in:
Sandro Jäckel
2022-03-27 20:08:59 +02:00
parent 95df38a27d
commit 303eaed49f
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A simple packaging tool for simple packages";
homepage = "https://github.com/takluyver/flit";
homepage = "https://github.com/pypa/flit";
license = licenses.bsd3;
maintainers = [ maintainers.fridh ];
};