libev: Add meta.homepage

I’m adding a meta.homepage value to libev in order to make it easier to
find libev’s homepage. I recently tried to use
<https://search.nixos.org> in order to find libev’s homepage, but that
didn’t work because libev did not have a meta.homepage value. This
change fixes that issue.
This commit is contained in:
Jason Yundt
2026-05-01 07:08:46 -04:00
parent a547c278f8
commit e1564fe25d
+1
View File
@@ -44,6 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "High-performance event loop/event model with lots of features";
homepage = "https://software.schmorp.de/pkg/libev.html";
maintainers = [ lib.maintainers.raskin ];
platforms = lib.platforms.all;
license = lib.licenses.bsd2; # or GPL2+