python311Packages.path: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-09-27 15:34:47 +02:00
committed by Martin Weinelt
parent 8c4093db7a
commit b9fa39f19c
@@ -1,15 +1,11 @@
{ lib
, buildPythonPackage
, pythonOlder
, fetchPypi
# build time
, setuptools-scm
# tests
, pytestCheckHook
, appdirs
, buildPythonPackage
, fetchPypi
, packaging
, pytestCheckHook
, pythonOlder
, setuptools-scm
}:
buildPythonPackage rec {
@@ -45,6 +41,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Object-oriented file system path manipulation";
homepage = "https://github.com/jaraco/path";
changelog = "https://github.com/jaraco/path/blob/v${version}/NEWS.rst";
license = licenses.mit;
maintainers = with maintainers; [ ];
};