libev: set license and description

Use upstream's description
wip/yesman
Joachim Fasting 9 years ago
parent be7ef555f2
commit 2284a1ab8e
  1. 7
      pkgs/development/libraries/libev/default.nix

@ -8,10 +8,9 @@ stdenv.mkDerivation rec {
sha256 = "1svgc1hq4i5zsw4i02sf7xb4pk2d8kpvc1gdrd856vsmffh47pdj";
};
meta = {
description = "An event loop library remotely similar to libevent";
maintainers = [
stdenv.lib.maintainers.raskin
];
description = "A high-performance event loop/event model with lots of features";
maintainers = [ stdenv.lib.maintainers.raskin ];
platforms = stdenv.lib.platforms.all;
license = stdenv.lib.licenses.bsd2; # or GPL2+
};
}

Loading…
Cancel
Save