pptp: add license

This commit is contained in:
Markus Kowalewski 2018-08-18 00:22:12 +02:00
parent 406dee31c4
commit 63a80e7bff
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

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;
};
}