python39Packages.pathlib2: update homepage, add SuperSandro2000 as maintainer

main
Sandro Jäckel 2 years ago
parent 58f636511e
commit 6319376cb6
No known key found for this signature in database
GPG Key ID: B1763F8651144063
  1. 7
      pkgs/development/python-modules/pathlib2/default.nix

@ -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…
Cancel
Save