Add titanous as a maintainer to libcec and xbmc
This commit is contained in:
parent
2b61f0b204
commit
7b218ead96
|
@ -99,11 +99,11 @@ stdenv.mkDerivation rec {
|
||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://xbmc.org/;
|
homepage = http://xbmc.org/;
|
||||||
description = "Media center";
|
description = "Media center";
|
||||||
license = "GPLv2";
|
license = "GPLv2";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ stdenv.lib.maintainers.iElectric ];
|
maintainers = [ maintainers.iElectric maintainers.titanous ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,11 +12,12 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
buildInputs = [ autoreconfHook pkgconfig udev ];
|
buildInputs = [ autoreconfHook pkgconfig udev ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "USB CEC adapter communication library";
|
description = "USB CEC adapter communication library";
|
||||||
homepage = "http://libcec.pulse-eight.com";
|
homepage = "http://libcec.pulse-eight.com";
|
||||||
repositories.git = "https://github.com/Pulse-Eight/libcec.git";
|
repositories.git = "https://github.com/Pulse-Eight/libcec.git";
|
||||||
license = "GPLv2+";
|
license = "GPLv2+";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
maintainers = [ maintainers.titanous ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue