vsftpd: add license

see issue #43716
This commit is contained in:
Pascal Wittmann
2018-08-04 16:09:40 +02:00
parent 1ab197b9e7
commit e5ef637fc2

View File

@@ -46,5 +46,6 @@ stdenv.mkDerivation rec {
meta = {
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl2;
};
}