1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 15:11:35 +00:00

jitsi: add myself as maintainer

This commit is contained in:
Bryan Gardiner 2015-09-11 20:54:30 -07:00
parent e422c2398c
commit 476f2e3e2d
No known key found for this signature in database
GPG key ID: 53EFBCA063E6183C

View file

@ -66,6 +66,7 @@ stdenv.mkDerivation rec {
description = "Open Source Video Calls and Chat";
license = stdenv.lib.licenses.lgpl21Plus.shortName;
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.khumba ];
};
}