epkowa: make symphorien maintainer

This commit is contained in:
Symphorien Gibol 2018-01-22 15:59:13 +01:00
parent eff980c6cb
commit ebcd591f30

View file

@ -138,5 +138,6 @@ stdenv.mkDerivation rec {
Supported hardware: at least :
'' +
stdenv.lib.concatStringsSep ", " (stdenv.lib.mapAttrsToList (name: value: value.passthru.hw) plugins);
maintainers = with stdenv.lib.maintainers; [ symphorien ];
};
}