summary refs log tree commit diff
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2015-02-18 05:05:04 +0300
committerNikolay Amiantov <ab@fmap.me>2015-02-18 19:00:54 +0300
commit7791a5362d39fc48eee46fa383ad38927e6f6e43 (patch)
tree10ffccc585c27737b1b24455214f0dca6007a724
parentaa2fd491ad84c4ba2137d7eaf463c76fadd95bcc (diff)
downloadnixlib-7791a5362d39fc48eee46fa383ad38927e6f6e43.tar
nixlib-7791a5362d39fc48eee46fa383ad38927e6f6e43.tar.gz
nixlib-7791a5362d39fc48eee46fa383ad38927e6f6e43.tar.bz2
nixlib-7791a5362d39fc48eee46fa383ad38927e6f6e43.tar.lz
nixlib-7791a5362d39fc48eee46fa383ad38927e6f6e43.tar.xz
nixlib-7791a5362d39fc48eee46fa383ad38927e6f6e43.tar.zst
nixlib-7791a5362d39fc48eee46fa383ad38927e6f6e43.zip
libtirpc: adopt
-rw-r--r--pkgs/development/libraries/ti-rpc/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/libraries/ti-rpc/default.nix b/pkgs/development/libraries/ti-rpc/default.nix
index 5631ca7e6ca6..8c9b6f0e1b31 100644
--- a/pkgs/development/libraries/ti-rpc/default.nix
+++ b/pkgs/development/libraries/ti-rpc/default.nix
@@ -21,10 +21,11 @@ stdenv.mkDerivation rec {
 
   doCheck = true;
 
-  meta = {
+  meta = with stdenv.lib; {
     homepage = "http://sourceforge.net/projects/libtirpc/";
     description = "The transport-independent Sun RPC implementation (TI-RPC)";
-    license = stdenv.lib.licenses.bsd3;
+    license = licenses.bsd3;
+    maintainers = with maintainers; [ abbradar ];
     longDescription = ''
        Currently, NFS commands use the SunRPC routines provided by the
        glibc.  These routines do not support IPv6 addresses.  Ulrich