about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2011-09-07 03:42:23 +0000
committerShea Levy <shea@shealevy.com>2011-09-07 03:42:23 +0000
commitc3dff03d1a8a9b6b6c292dd0c42c8b38bef0e5fb (patch)
tree2a379f67e9258287d49a28e283e2191a3f89109b /pkgs/applications/networking/remote
parent93be0770d7ba2e1c8c24242c6db864547faf7cee (diff)
downloadnixlib-c3dff03d1a8a9b6b6c292dd0c42c8b38bef0e5fb.tar
nixlib-c3dff03d1a8a9b6b6c292dd0c42c8b38bef0e5fb.tar.gz
nixlib-c3dff03d1a8a9b6b6c292dd0c42c8b38bef0e5fb.tar.bz2
nixlib-c3dff03d1a8a9b6b6c292dd0c42c8b38bef0e5fb.tar.lz
nixlib-c3dff03d1a8a9b6b6c292dd0c42c8b38bef0e5fb.tar.xz
nixlib-c3dff03d1a8a9b6b6c292dd0c42c8b38bef0e5fb.tar.zst
nixlib-c3dff03d1a8a9b6b6c292dd0c42c8b38bef0e5fb.zip
freerdp: Add meta information
svn path=/nixpkgs/trunk/; revision=29071
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/freerdp/default.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/pkgs/applications/networking/remote/freerdp/default.nix b/pkgs/applications/networking/remote/freerdp/default.nix
index 51a1b5ae0e02..8d80630f316d 100644
--- a/pkgs/applications/networking/remote/freerdp/default.nix
+++ b/pkgs/applications/networking/remote/freerdp/default.nix
@@ -30,5 +30,20 @@ stdenv.mkDerivation rec {
   configureFlags = [
     "--with-x"
   ] ++ stdenv.lib.optional printerSupport "--with-printer=cups";
+
+  meta = {
+    description = "A Remote Desktop Protocol Client";
+
+    longDescription = ''
+      FreeRDP is a client-side implementation of the Remote Desktop Protocol (RDP)
+      following the Microsoft Open Specifications.
+    '';
+
+    homepage = http://www.freerdp.com/;
+
+    license = "free-non-copyleft";
+
+    maintainers = [ stdenv.lib.maintainers.shlevy ];
+  };
 }