pptpd: add license
This commit is contained in:
parent
44d84db940
commit
50a7adf43a
@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "The PPTP Server for Linux";
|
description = "The PPTP Server for Linux";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ obadz ];
|
maintainers = with maintainers; [ obadz ];
|
||||||
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user