transmission-remote-gtk: meta fixup (close #5420)
This commit is contained in:
parent
ed19e6755f
commit
86213a1f23
@ -17,7 +17,11 @@ stdenv.mkDerivation rec {
|
|||||||
rm $out/share/icons/hicolor/icon-theme.cache
|
rm $out/share/icons/hicolor/icon-theme.cache
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib;
|
||||||
description = "GTK remote control for the Transmission BitTorrent client";
|
{ description = "GTK remote control for the Transmission BitTorrent client";
|
||||||
|
homepage = http://code.google.com/p/transmission-remote-gtk/;
|
||||||
|
license = licenses.gpl2;
|
||||||
|
maintainers = [ maintainers.emery ];
|
||||||
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user