weechat: point description to documentation
This commit is contained in:
parent
f57fb2ee26
commit
51d9192cdd
@ -72,6 +72,11 @@ let
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.weechat.org/;
|
homepage = http://www.weechat.org/;
|
||||||
description = "A fast, light and extensible chat client";
|
description = "A fast, light and extensible chat client";
|
||||||
|
longDescription = ''
|
||||||
|
You can find more documentation as to how to customize this package
|
||||||
|
(eg. adding python modules for scripts that would require them, etc.)
|
||||||
|
on https://nixos.org/nixpkgs/manual/#sec-weechat .
|
||||||
|
'';
|
||||||
license = stdenv.lib.licenses.gpl3;
|
license = stdenv.lib.licenses.gpl3;
|
||||||
maintainers = with stdenv.lib.maintainers; [ lovek323 garbas the-kenny lheckemann ];
|
maintainers = with stdenv.lib.maintainers; [ lovek323 garbas the-kenny lheckemann ];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user