pptp: add license

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