cyrus-sasl: add license
This commit is contained in:
parent
4faaba0186
commit
63a9165332
|
@ -58,5 +58,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = http://cyrusimap.web.cmu.edu/;
|
homepage = http://cyrusimap.web.cmu.edu/;
|
||||||
description = "Library for adding authentication support to connection-based protocols";
|
description = "Library for adding authentication support to connection-based protocols";
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
license = licenses.bsdOriginal;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue