mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
ibm-plex: add @ryanccn as maintainer
(cherry picked from commit da4a805906
)
This commit is contained in:
parent
e6db7d6820
commit
99a571aea7
@ -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
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user