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
|
mv $out/bin/su $su/bin
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://pkg-shadow.alioth.debian.org/;
|
homepage = https://github.com/shadow-maint;
|
||||||
description = "Suite containing authentication-related tools such as passwd and su";
|
description = "Suite containing authentication-related tools such as passwd and su";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
license = licenses.bsd3;
|
||||||
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user