avian: add meta.maintainers
This commit is contained in:
parent
6a44365573
commit
7562ed51f6
|
@ -176,6 +176,7 @@
|
||||||
dupgit = "Olivier Delhomme <olivier.delhomme@free.fr>";
|
dupgit = "Olivier Delhomme <olivier.delhomme@free.fr>";
|
||||||
dywedir = "Vladyslav M. <dywedir@protonmail.ch>";
|
dywedir = "Vladyslav M. <dywedir@protonmail.ch>";
|
||||||
e-user = "Alexander Kahl <nixos@sodosopa.io>";
|
e-user = "Alexander Kahl <nixos@sodosopa.io>";
|
||||||
|
earldouglas = "James Earl Douglas <james@earldouglas.com>";
|
||||||
ebzzry = "Rommel Martinez <ebzzry@ebzzry.io>";
|
ebzzry = "Rommel Martinez <ebzzry@ebzzry.io>";
|
||||||
edanaher = "Evan Danaher <nixos@edanaher.net>";
|
edanaher = "Evan Danaher <nixos@edanaher.net>";
|
||||||
edef = "edef <edef@edef.eu>";
|
edef = "edef <edef@edef.eu>";
|
||||||
|
|
|
@ -32,5 +32,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = https://readytalk.github.io/avian/;
|
homepage = https://readytalk.github.io/avian/;
|
||||||
license = stdenv.lib.licenses.isc;
|
license = stdenv.lib.licenses.isc;
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
|
maintainers = [ stdenv.lib.maintainers.earldouglas ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue