Commit 8d45810a authored by Mario Rodas's avatar Mario Rodas
Browse files

python310Packages.smpplib: add changelog to meta

parent 7664b193
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
buildPythonPackage rec {
  pname = "smpplib";
  version = "2.2.2";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
@@ -36,6 +37,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "SMPP library for Python";
    homepage = "https://github.com/python-smpplib/python-smpplib";
    changelog = "https://github.com/python-smpplib/python-smpplib/releases/tag/${version}";
    license = licenses.lgpl3Plus;
    maintainers = with maintainers; [ globin ];
  };