tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
pptp: add license
Markus Kowalewski
7 years ago
63a80e7b
406dee31
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
pptp
default.nix
+3
-3
pkgs/tools/networking/pptp/default.nix
···
22
22
23
23
nativeBuildInputs = [ perl which ];
24
24
25
25
-
meta = {
25
25
+
meta = with stdenv.lib; {
26
26
description = "PPTP client for Linux";
27
27
homepage = http://pptpclient.sourceforge.net/;
28
28
-
platforms = stdenv.lib.platforms.linux;
29
29
-
maintainers = [ ];
28
28
+
license = licenses.gpl2;
29
29
+
platforms = platforms.linux;
30
30
};
31
31
}