mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
shadow: fix meta.homepage (#375611)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user