pptpd: add license

This commit is contained in:
Markus Kowalewski
2018-09-10 21:44:15 +02:00
parent 44d84db940
commit 50a7adf43a

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