8 pname = "wg-friendly-peer-names";
9 version = "unstable-2021-12-10";
11 src = fetchFromGitHub {
13 repo = "wg-friendly-peer-names";
14 rev = "b0c3e1a95c843dc9c6432895105b839ef9b362fc";
15 hash = "sha256-aGxrABmR+aQO35RYo/zI2037clnGOW0Tr16p7M1fQqc=";
19 install -D wgg.sh $out/bin/wgg
23 homepage = "https://github.com/FlyveHest/wg-friendly-peer-names";
24 description = "Small shellscript that makes it possible to give peers a friendlier and more readable name in the `wg` peer list";
25 license = licenses.mit;
26 platforms = wireguard-tools.meta.platforms;
27 maintainers = with maintainers; [ mkg20001 ];