python313Packages.dotwiz: fix changelog
This commit is contained in:
@@ -32,7 +32,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Dict subclass that supports dot access notation";
|
||||
homepage = "https://github.com/rnag/dotwiz";
|
||||
changelog = "https://github.com/rnag/dotwiz/blob/v${src.tag}/HISTORY.rst";
|
||||
changelog = "https://github.com/rnag/dotwiz/blob/${src.tag}/HISTORY.rst";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user