python39Packages.pathlib2: update homepage, add SuperSandro2000 as maintainer

This commit is contained in:
Sandro Jäckel 2022-03-28 17:23:51 +02:00
parent 58f636511e
commit 6319376cb6
No known key found for this signature in database
GPG key ID: B1763F8651144063

View file

@ -27,9 +27,10 @@ buildPythonPackage rec {
export LC_ALL="en_US.UTF-8"
'';
meta = {
meta = with lib; {
description = "This module offers classes representing filesystem paths with semantics appropriate for different operating systems.";
homepage = "https://pypi.python.org/pypi/pathlib2/";
license = with lib.licenses; [ mit ];
homepage = "https://pypi.org/project/pathlib2/";
license = with licenses; [ mit ];
maintainers = with maintainers; [ SuperSandro2000 ];
};
}