about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorEmery Hemingway <emery@vfemail.net>2014-12-20 19:42:40 -0500
committerVladimír Čunát <vcunat@gmail.com>2014-12-21 10:35:24 +0100
commit86213a1f237426bb25b63f2584e3c1c7f34586a2 (patch)
tree84ac210fc8266d52e8b61ddacb1143c6e020d1c6 /pkgs/applications/networking/p2p
parented19e6755f4d0e9f4da4fed60a13d5ccefb12664 (diff)
downloadnixlib-86213a1f237426bb25b63f2584e3c1c7f34586a2.tar
nixlib-86213a1f237426bb25b63f2584e3c1c7f34586a2.tar.gz
nixlib-86213a1f237426bb25b63f2584e3c1c7f34586a2.tar.bz2
nixlib-86213a1f237426bb25b63f2584e3c1c7f34586a2.tar.lz
nixlib-86213a1f237426bb25b63f2584e3c1c7f34586a2.tar.xz
nixlib-86213a1f237426bb25b63f2584e3c1c7f34586a2.tar.zst
nixlib-86213a1f237426bb25b63f2584e3c1c7f34586a2.zip
transmission-remote-gtk: meta fixup (close #5420)
Diffstat (limited to 'pkgs/applications/networking/p2p')
-rw-r--r--pkgs/applications/networking/p2p/transmission-remote-gtk/default.nix10
1 files changed, 7 insertions, 3 deletions
diff --git a/pkgs/applications/networking/p2p/transmission-remote-gtk/default.nix b/pkgs/applications/networking/p2p/transmission-remote-gtk/default.nix
index 8fa5cb6c2ee6..01ba9ff47eaa 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;
+    };
 }