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:
@@ -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+
|
||||
|
||||
Reference in New Issue
Block a user