circup: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-17 10:22:47 +01:00 committed by GitHub
parent c3db1f2751
commit accac89d29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,6 +46,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; {
description = "CircuitPython library updater";
homepage = "https://github.com/adafruit/circup";
changelog = "https://github.com/adafruit/circup/releases/tag/${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};