pptp: add license

This commit is contained in:
Markus Kowalewski
2018-08-18 00:22:12 +02:00
parent 406dee31c4
commit 63a80e7bff

View File

@@ -22,10 +22,10 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ perl which ];
meta = {
meta = with stdenv.lib; {
description = "PPTP client for Linux";
homepage = http://pptpclient.sourceforge.net/;
platforms = stdenv.lib.platforms.linux;
maintainers = [ ];
license = licenses.gpl2;
platforms = platforms.linux;
};
}