rtorrent: fix meta.homepage attribute
This commit is contained in:
parent
1da87d4062
commit
a0cdd48171
@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = src.homepage;
|
inherit (src.meta) homepage;
|
||||||
description = "An ncurses client for libtorrent, ideal for use with screen, tmux, or dtach";
|
description = "An ncurses client for libtorrent, ideal for use with screen, tmux, or dtach";
|
||||||
|
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user