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
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

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