python310Packages.debugpy: add changelog to meta
This commit is contained in:
parent
85b0ae49da
commit
c1450a1b81
@ -104,6 +104,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "An implementation of the Debug Adapter Protocol for Python";
|
||||
homepage = "https://github.com/microsoft/debugpy";
|
||||
changelog = "https://github.com/microsoft/debugpy/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ kira-bruneau ];
|
||||
platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" "x86_64-darwin" "i686-darwin" "aarch64-darwin" ];
|
||||
|
Loading…
Reference in New Issue
Block a user