Merge pull request #147122 from Mic92/wireguard

wireguard-tools: remove myself as maintainer
This commit is contained in:
Bobby Rong 2021-11-23 21:10:16 +08:00 committed by GitHub
commit 9980b200e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
downloadPage = "https://git.zx2c4.com/wireguard-tools/refs/";
homepage = "https://www.wireguard.com/";
license = licenses.gpl2;
maintainers = with maintainers; [ elseym ericsagnes mic92 zx2c4 globin ma27 d-xo ];
maintainers = with maintainers; [ elseym ericsagnes zx2c4 globin ma27 d-xo ];
platforms = platforms.unix;
};
}