From 91b3c26dcdd6d091e2996fd501194ccf13b103f5 Mon Sep 17 00:00:00 2001 From: Acid Bong Date: Sun, 3 May 2026 20:44:38 +0300 Subject: [PATCH] python3Packages.hatch-requirements-txt: remove changelog neither GitHub release notes nor the repo itself contain any changelog --- .../python-modules/hatch-requirements-txt/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/python-modules/hatch-requirements-txt/default.nix b/pkgs/development/python-modules/hatch-requirements-txt/default.nix index fcb16f29a563..a6c143230e48 100644 --- a/pkgs/development/python-modules/hatch-requirements-txt/default.nix +++ b/pkgs/development/python-modules/hatch-requirements-txt/default.nix @@ -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;