cyrus-sasl: add license

This commit is contained in:
Markus Kowalewski 2018-09-30 11:33:34 +02:00
parent 4faaba0186
commit 63a9165332
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -58,5 +58,6 @@ stdenv.mkDerivation rec {
homepage = http://cyrusimap.web.cmu.edu/;
description = "Library for adding authentication support to connection-based protocols";
platforms = platforms.unix;
license = licenses.bsdOriginal;
};
}