pptpd: add license

This commit is contained in:
Markus Kowalewski 2018-09-10 21:44:15 +02:00
parent 44d84db940
commit 50a7adf43a
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
description = "The PPTP Server for Linux";
platforms = platforms.linux;
maintainers = with maintainers; [ obadz ];
license = licenses.gpl2;
};
}