Merge pull request #40903 from zx2c4-forks/wireguard-fixes
wireguard: fix up text, maintainer, and version
This commit is contained in:
commit
ed82674954
@ -5,9 +5,7 @@ assert stdenv.lib.versionAtLeast kernel.version "3.10";
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "wireguard-${version}";
|
name = "wireguard-${version}";
|
||||||
version = "0.0.20180514";
|
inherit (wireguard-tools) src version;
|
||||||
|
|
||||||
inherit (wireguard-tools) src;
|
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
cd src
|
cd src
|
||||||
@ -28,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://www.wireguard.com/;
|
homepage = https://www.wireguard.com/;
|
||||||
downloadPage = https://git.zx2c4.com/WireGuard/refs/;
|
downloadPage = https://git.zx2c4.com/WireGuard/refs/;
|
||||||
description = " Tools for the WireGuard secure network tunnel";
|
description = "Kernel module for the WireGuard secure network tunnel";
|
||||||
maintainers = with maintainers; [ ericsagnes mic92 zx2c4 ];
|
maintainers = with maintainers; [ ericsagnes mic92 zx2c4 ];
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
@ -22,7 +22,7 @@ buildGoPackage rec {
|
|||||||
description = "Userspace Go implementation of WireGuard";
|
description = "Userspace Go implementation of WireGuard";
|
||||||
homepage = https://git.zx2c4.com/wireguard-go/about/;
|
homepage = https://git.zx2c4.com/wireguard-go/about/;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ kirelagin ];
|
maintainers = with maintainers; [ kirelagin zx2c4 ];
|
||||||
platforms = with platforms; darwin;
|
platforms = platforms.darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://www.wireguard.com/;
|
homepage = https://www.wireguard.com/;
|
||||||
downloadPage = https://git.zx2c4.com/WireGuard/refs/;
|
downloadPage = https://git.zx2c4.com/WireGuard/refs/;
|
||||||
description = " Tools for the WireGuard secure network tunnel";
|
description = "Tools for the WireGuard secure network tunnel";
|
||||||
maintainers = with maintainers; [ ericsagnes mic92 zx2c4 ];
|
maintainers = with maintainers; [ ericsagnes mic92 zx2c4 ];
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user