toxvpn: restartIfChanged = false & minor cleanups

This commit is contained in:
obadz
2016-05-30 14:23:52 +01:00
parent 5c1f0990e3
commit 0c9e904943
2 changed files with 5 additions and 6 deletions
+2 -1
View File
@@ -27,10 +27,11 @@ in stdenv.mkDerivation {
cmakeFlags = [ "-DSYSTEMD=1" ];
meta = {
meta = with stdenv.lib; {
description = "A powerful tool that allows one to make tunneled point to point connections over Tox";
homepage = https://github.com/cleverca22/toxvpn;
license = licenses.gpl3;
maintainers = with maintainers; [ cleverca22 obadz ];
platforms = platforms.linux;
};
}