mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
python3Packages.anyconfig: add meta.changelog
This commit is contained in:
@@ -51,6 +51,7 @@ buildPythonPackage (finalAttrs: {
|
||||
description = "Python library provides common APIs to load and dump configuration files in various formats";
|
||||
mainProgram = "anyconfig_cli";
|
||||
homepage = "https://github.com/ssato/python-anyconfig";
|
||||
changelog = "https://github.com/ssato/python-anyconfig/releases/tag/RELEASE_${finalAttrs.version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ tboerger ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user