shadow: fix meta.homepage (#375611)

This commit is contained in:
h0nIg
2025-01-21 20:46:57 +01:00
committed by GitHub
parent 00e325a07a
commit d7964f40d7

View File

@@ -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;