mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 20:47:48 +00:00
jitsi: fix meta.license and refactor meta
/cc maintainer @khumba.
This commit is contained in:
parent
0a836bb5c0
commit
68bd8e4a9d
@ -66,12 +66,12 @@ stdenv.mkDerivation rec {
|
||||
done
|
||||
'';
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://jitsi.org/;
|
||||
description = "Open Source Video Calls and Chat";
|
||||
license = stdenv.lib.licenses.lgpl21Plus.shortName;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = [ stdenv.lib.maintainers.khumba ];
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.khumba ];
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user