python310Packages.adafruit-platformdetect: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-11-22 18:30:10 +01:00 committed by GitHub
parent 909afd71f8
commit 03c92f54a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Platform detection for use by Adafruit libraries";
homepage = "https://github.com/adafruit/Adafruit_Python_PlatformDetect";
changelog = "https://github.com/adafruit/Adafruit_Python_PlatformDetect/releases/tag/${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};