pptp: add license
This commit is contained in:
parent
406dee31c4
commit
63a80e7bff
@ -22,10 +22,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ perl which ];
|
nativeBuildInputs = [ perl which ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "PPTP client for Linux";
|
description = "PPTP client for Linux";
|
||||||
homepage = http://pptpclient.sourceforge.net/;
|
homepage = http://pptpclient.sourceforge.net/;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
license = licenses.gpl2;
|
||||||
maintainers = [ ];
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user