pptp: add license

+3 -3
+3 -3
pkgs/tools/networking/pptp/default.nix
··· 22 23 nativeBuildInputs = [ perl which ]; 24 25 - meta = { 26 description = "PPTP client for Linux"; 27 homepage = http://pptpclient.sourceforge.net/; 28 - platforms = stdenv.lib.platforms.linux; 29 - maintainers = [ ]; 30 }; 31 }
··· 22 23 nativeBuildInputs = [ perl which ]; 24 25 + meta = with stdenv.lib; { 26 description = "PPTP client for Linux"; 27 homepage = http://pptpclient.sourceforge.net/; 28 + license = licenses.gpl2; 29 + platforms = platforms.linux; 30 }; 31 }