python313Packages.emoji-country-flag: fix changelog

This commit is contained in:
Sigmanificient
2026-04-22 23:45:33 +02:00
parent 812b5ba457
commit 9332b20da9
@@ -35,7 +35,7 @@ buildPythonPackage rec {
meta = {
description = "Flag emoji from country codes for Python";
homepage = "https://github.com/cvzi/flag";
changelog = "https://github.com/cvzi/flag/releases/tag/v${src.tag}";
changelog = "https://github.com/cvzi/flag/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
skohtv