Unverified Commit 64ec496e authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.phonenumbers: add changelog to meta

parent f41ee288
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Python module for handling international phone numbers";
    homepage = "https://github.com/daviddrysdale/python-phonenumbers";
    changelog = "https://github.com/daviddrysdale/python-phonenumbers/blob/v${version}/python/HISTORY.md";
    license = licenses.asl20;
    maintainers = with maintainers; [ fadenb ];
  };