lomiri.deviceinfo: Add meta.changelog

This commit is contained in:
OPNA2608 2024-01-27 18:05:14 +01:00
parent 708f24b773
commit fac4c957b8

View file

@ -57,6 +57,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; {
description = "Library to detect and configure devices";
homepage = "https://gitlab.com/ubports/development/core/deviceinfo";
changelog = "https://gitlab.com/ubports/development/core/deviceinfo/-/blob/${finalAttrs.version}/ChangeLog";
license = licenses.gpl3Only;
maintainers = teams.lomiri.members;
platforms = platforms.linux;