mumble: add petabyteboy to maintainers
This commit is contained in:
parent
fd0e1eef28
commit
8ffb4ab818
@ -16,7 +16,8 @@ assert iceSupport -> zeroc-ice != null;
|
||||
with stdenv.lib;
|
||||
let
|
||||
generic = overrides: source: qt5.mkDerivation (source // overrides // {
|
||||
name = "${overrides.type}-${source.version}";
|
||||
pname = overrides.type;
|
||||
version = source.version;
|
||||
|
||||
patches = (source.patches or []) ++ optional jackSupport ./mumble-jack-support.patch;
|
||||
|
||||
@ -63,9 +64,9 @@ let
|
||||
|
||||
meta = {
|
||||
description = "Low-latency, high quality voice chat software";
|
||||
homepage = https://mumble.info;
|
||||
homepage = "https://mumble.info";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ ];
|
||||
maintainers = with maintainers; [ petabyteboy ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user