v2raya: remove with lib

This commit is contained in:
aucub
2024-12-15 05:50:49 +08:00
parent 5319145368
commit e99418b6ce
+4 -4
View File
@@ -87,12 +87,12 @@ buildGoModule {
--prefix XDG_DATA_DIRS ":" ${assetsDir}/share
'';
meta = with lib; {
meta = {
description = "Linux web GUI client of Project V which supports V2Ray, Xray, SS, SSR, Trojan and Pingtunnel";
homepage = "https://github.com/v2rayA/v2rayA";
mainProgram = "v2rayA";
license = licenses.agpl3Only;
platforms = platforms.linux;
maintainers = with maintainers; [ ChaosAttractor ];
license = lib.licenses.agpl3Only;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ ChaosAttractor ];
};
}