nixos: filalex77 -> Br1ght0ne

The maintainers has changed username in 512c3c0a.
This commit is contained in:
rnhmjoj 2021-09-22 11:18:05 +02:00
parent 1f55c7e022
commit 08cd8667ee
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ let
in
{
meta.maintainers = with maintainers; [ filalex77 ];
meta.maintainers = with maintainers; [ Br1ght0ne ];
###### interface

View file

@ -10,7 +10,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }:
'';
in {
name = "meilisearch";
meta.maintainers = with lib.maintainers; [ filalex77 ];
meta.maintainers = with lib.maintainers; [ Br1ght0ne ];
machine = { ... }: {
environment.systemPackages = with pkgs; [ curl jq ];