python3.pkgs.nox: use src.tag in meta

This commit is contained in:
Doron Behar
2025-08-15 02:13:05 +03:00
parent 1ca9ac0b62
commit cc080e4e57
@@ -85,7 +85,7 @@ buildPythonPackage rec {
meta = {
description = "Flexible test automation for Python";
homepage = "https://nox.thea.codes/";
changelog = "https://github.com/wntrblm/nox/blob/${version}/CHANGELOG.md";
changelog = "https://github.com/wntrblm/nox/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
doronbehar