about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2023-01-28 11:41:06 +0200
committerGitHub <noreply@github.com>2023-01-28 11:41:06 +0200
commitdc4f677d3559ebd9aa50a6035c733bb8f409b76e (patch)
tree6e6ae6475f911996cf43ebadfe8e7153efa0bf96 /pkgs
parente59a190bd04fbc49b50b287c29630ea6fa0fa9ea (diff)
parent57037b3ca5ac0d4c0eeaf95cdb7806eaa4671a66 (diff)
Merge pull request #213081 from wineee/qv2ray
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/qv2ray/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/applications/networking/qv2ray/default.nix b/pkgs/applications/networking/qv2ray/default.nix
index af0813a46693a..af55fef18c738 100644
--- a/pkgs/applications/networking/qv2ray/default.nix
+++ b/pkgs/applications/networking/qv2ray/default.nix
@@ -74,9 +74,11 @@ mkDerivation rec {
 
   meta = with lib; {
     description = "An GUI frontend to v2ray";
-    homepage = "https://qv2ray.net";
-    license = licenses.gpl3;
+    homepage = "https://github.com/Qv2ray/Qv2ray";
+    license = licenses.gpl3Plus;
     maintainers = with maintainers; [ poscat rewine ];
     platforms = platforms.all;
+    # never built on aarch64-darwin, x86_64-darwin since update to unstable-2022-09-25
+    broken = stdenv.isDarwin;
   };
 }