summary refs log tree commit diff
path: root/pkgs/development/libraries/libcec
diff options
context:
space:
mode:
authorJonathan Rudenberg <jonathan@titanous.com>2014-11-02 15:58:11 -0500
committerJonathan Rudenberg <jonathan@titanous.com>2014-11-02 15:58:11 -0500
commit7b218ead961c68000d88cdaf9d3fcb3941ea1f90 (patch)
treeb855cacc17a20510dc2318878d4d0542c51bbfd3 /pkgs/development/libraries/libcec
parent2b61f0b204d6306a54a002c61d5f285142adc3cf (diff)
downloadnixpkgs-7b218ead961c68000d88cdaf9d3fcb3941ea1f90.tar
nixpkgs-7b218ead961c68000d88cdaf9d3fcb3941ea1f90.tar.gz
nixpkgs-7b218ead961c68000d88cdaf9d3fcb3941ea1f90.tar.bz2
nixpkgs-7b218ead961c68000d88cdaf9d3fcb3941ea1f90.tar.lz
nixpkgs-7b218ead961c68000d88cdaf9d3fcb3941ea1f90.tar.xz
nixpkgs-7b218ead961c68000d88cdaf9d3fcb3941ea1f90.tar.zst
nixpkgs-7b218ead961c68000d88cdaf9d3fcb3941ea1f90.zip
Add titanous as a maintainer to libcec and xbmc
Diffstat (limited to 'pkgs/development/libraries/libcec')
-rw-r--r--pkgs/development/libraries/libcec/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libcec/default.nix b/pkgs/development/libraries/libcec/default.nix
index 6f19eb502d3..564e4bca52f 100644
--- a/pkgs/development/libraries/libcec/default.nix
+++ b/pkgs/development/libraries/libcec/default.nix
@@ -12,11 +12,12 @@ stdenv.mkDerivation {
 
   buildInputs = [ autoreconfHook pkgconfig udev ];
 
-  meta = {
+  meta = with stdenv.lib; {
     description = "USB CEC adapter communication library";
     homepage = "http://libcec.pulse-eight.com";
     repositories.git = "https://github.com/Pulse-Eight/libcec.git";
     license = "GPLv2+";
-    platforms = stdenv.lib.platforms.linux;
+    platforms = platforms.linux;
+    maintainers = [ maintainers.titanous ];
   };
 }