rustdesk-server: add tjni as a maintainer

This commit is contained in:
Theodore Ni 2023-07-25 09:17:58 -07:00 committed by Bjørn Forsman
parent 49caf90f03
commit a403fd8565

View file

@ -53,6 +53,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/rustdesk/rustdesk-server/releases/tag/${version}";
license = licenses.agpl3Only;
platforms = platforms.unix;
maintainers = with maintainers; [ gaelreyrol ];
maintainers = with maintainers; [ gaelreyrol tjni ];
};
}