libasr: fixed description

This commit is contained in:
Pascal Wittmann 2015-02-13 14:29:11 +01:00
parent d7b01c8526
commit f393521630

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://github.com/OpenSMTPD/libasr;
description = "Free, simple and portable asynchronous resolver library.";
description = "Free, simple and portable asynchronous resolver library";
license = licenses.isc;
maintainers = [ maintainers.koral ];
};