avian: add meta.maintainers

This commit is contained in:
James Earl Douglas 2017-10-22 14:50:43 -06:00
parent 6a44365573
commit 7562ed51f6
No known key found for this signature in database
GPG key ID: 34703916F32199A0
2 changed files with 2 additions and 0 deletions

View file

@ -176,6 +176,7 @@
dupgit = "Olivier Delhomme <olivier.delhomme@free.fr>";
dywedir = "Vladyslav M. <dywedir@protonmail.ch>";
e-user = "Alexander Kahl <nixos@sodosopa.io>";
earldouglas = "James Earl Douglas <james@earldouglas.com>";
ebzzry = "Rommel Martinez <ebzzry@ebzzry.io>";
edanaher = "Evan Danaher <nixos@edanaher.net>";
edef = "edef <edef@edef.eu>";

View file

@ -32,5 +32,6 @@ stdenv.mkDerivation rec {
homepage = https://readytalk.github.io/avian/;
license = stdenv.lib.licenses.isc;
platforms = stdenv.lib.platforms.all;
maintainers = [ stdenv.lib.maintainers.earldouglas ];
};
}