Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{uid,nss,socket,resolv}_wrapper: fix meta description & homepage, add changelog #284567

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions pkgs/development/libraries/resolv_wrapper/default.nix
Expand Up @@ -12,8 +12,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake pkg-config ];

meta = with lib; {
description = "A wrapper for the user, group and hosts NSS API";
homepage = "https://git.samba.org/?p=uid_wrapper.git;a=summary;";
description = "A wrapper for DNS name resolving or DNS faking";
homepage = "https://git.samba.org/?p=resolv_wrapper.git;a=summary;";
license = licenses.bsd3;
platforms = platforms.linux;
};
Expand Down