ibm-plex: add @ryanccn as maintainer

(cherry picked from commit da4a805906)
This commit is contained in:
Ryan Cao 2024-11-13 19:58:08 +08:00 committed by github-actions[bot]
parent e6db7d6820
commit 99a571aea7

View File

@ -43,6 +43,9 @@ stdenvNoCC.mkDerivation {
changelog = "https://github.com/IBM/plex/raw/v${version}/CHANGELOG.md"; changelog = "https://github.com/IBM/plex/raw/v${version}/CHANGELOG.md";
license = licenses.ofl; license = licenses.ofl;
platforms = platforms.all; platforms = platforms.all;
maintainers = [ maintainers.romildo ]; maintainers = with maintainers; [
romildo
ryanccn
];
}; };
} }