python39Packages.pathlib2: update homepage, add SuperSandro2000 as maintainer
This commit is contained in:
parent
58f636511e
commit
6319376cb6
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user