summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-07-03 08:15:50 +0200
committerGitHub <noreply@github.com>2023-07-03 08:15:50 +0200
commit45ab9549752acb6c9953dcf10289728fc1d22813 (patch)
tree8eb5534abcc063169d1a349adff013819bd6d225
parent586391c324654e46832e16ce1c8e0f105b6ef71e (diff)
downloadnixpkgs-45ab9549752acb6c9953dcf10289728fc1d22813.tar
nixpkgs-45ab9549752acb6c9953dcf10289728fc1d22813.tar.gz
nixpkgs-45ab9549752acb6c9953dcf10289728fc1d22813.tar.bz2
nixpkgs-45ab9549752acb6c9953dcf10289728fc1d22813.tar.lz
nixpkgs-45ab9549752acb6c9953dcf10289728fc1d22813.tar.xz
nixpkgs-45ab9549752acb6c9953dcf10289728fc1d22813.tar.zst
nixpkgs-45ab9549752acb6c9953dcf10289728fc1d22813.zip
python310Packages.cons: update changelog
-rw-r--r--pkgs/development/python-modules/cons/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/cons/default.nix b/pkgs/development/python-modules/cons/default.nix
index d3db2b661d9..f61bdc1d9e5 100644
--- a/pkgs/development/python-modules/cons/default.nix
+++ b/pkgs/development/python-modules/cons/default.nix
@@ -38,7 +38,7 @@ buildPythonPackage rec {
   meta = with lib; {
     description = "An implementation of Lisp/Scheme-like cons in Python";
     homepage = "https://github.com/pythological/python-cons";
-    changelog = "https://github.com/pythological/python-cons/releases";
+    changelog = "https://github.com/pythological/python-cons/releases/tag/v${version}";
     license = licenses.gpl3Only;
     maintainers = with maintainers; [ Etjean ];
   };