mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
Merge pull request #213081 from wineee/qv2ray
This commit is contained in:
commit
dc4f677d35
1 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue