Skip to content

Commit

Permalink
shadow: fix meta.homepage (NixOS#375611)
Browse files Browse the repository at this point in the history
  • Loading branch information
h0nIg authored Jan 21, 2025
1 parent 00e325a commit d7964f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/sh/shadow/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ stdenv.mkDerivation rec {
disallowedReferences = lib.optional (stdenv.buildPlatform != stdenv.hostPlatform) stdenv.shellPackage;

meta = with lib; {
homepage = "https://github.com/shadow-maint";
homepage = "https://github.com/shadow-maint/shadow";
description = "Suite containing authentication-related tools such as passwd and su";
license = licenses.bsd3;
platforms = platforms.linux;
Expand Down

0 comments on commit d7964f4

Please sign in to comment.