rustdesk-server: add tjni as a maintainer

This commit is contained in:
Theodore Ni
2023-07-26 09:27:36 +02:00
committed by Bjørn Forsman
parent 49caf90f03
commit a403fd8565
+1 -1
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 ];
};
}