Skip to content

Commit

Permalink
dbus-broker: add meta information and license to c-util library
Browse files Browse the repository at this point in the history
  • Loading branch information
0xf09f95b4 committed Oct 25, 2024
1 parent ddf3a76 commit 0591215
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pkgs/os-specific/linux/dbus-broker/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ let
};
nativeBuildInputs = [ meson ninja pkg-config ];
inherit buildInputs;
meta = with lib; {
description = "The C-Util Project is a collection of utility libraries for the C11 language.";
homepage = "https://c-util.github.io/";
license = [
licenses.asl20
licenses.lgpl21Plus
];
maintainers = with maintainers; [ peterhoeg ];
platforms = platforms.linux;
};
};

# These libraries are not used outside of dbus-broker.
Expand Down

0 comments on commit 0591215

Please sign in to comment.