diff --git a/pkgs/applications/networking/p2p/transmission-remote-gtk/default.nix b/pkgs/applications/networking/p2p/transmission-remote-gtk/default.nix index 8fa5cb6c2ee..01ba9ff47ea 100644 --- a/pkgs/applications/networking/p2p/transmission-remote-gtk/default.nix +++ b/pkgs/applications/networking/p2p/transmission-remote-gtk/default.nix @@ -17,7 +17,11 @@ stdenv.mkDerivation rec { rm $out/share/icons/hicolor/icon-theme.cache ''; - meta = { - description = "GTK remote control for the Transmission BitTorrent client"; - }; + meta = with stdenv.lib; + { 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; + }; }