shadow: update meta data
This commit is contained in:
parent
63a80e7bff
commit
827e959a6f
@ -81,10 +81,11 @@ stdenv.mkDerivation rec {
|
||||
mv $out/bin/su $su/bin
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = http://pkg-shadow.alioth.debian.org/;
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/shadow-maint;
|
||||
description = "Suite containing authentication-related tools such as passwd and su";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
||||
passthru = {
|
||||
|
Loading…
Reference in New Issue
Block a user