python3Packages.hatch-requirements-txt: remove changelog

neither GitHub release notes nor the repo itself contain any changelog
This commit is contained in:
Acid Bong
2026-07-21 18:12:10 +03:00
parent 431edb77db
commit 91b3c26dcd
@@ -31,7 +31,6 @@ buildPythonPackage rec {
nativeCheckInputs = [ pytestCheckHook ];
meta = {
changelog = "https://github.com/repo-helper/hatch-requirements-txt/releases/tag/${version}";
description = "Hatchling plugin to read project dependencies from requirements.txt";
homepage = "https://github.com/repo-helper/hatch-requirements-txt";
license = lib.licenses.mit;