maintainers: rename metadark -> kira-bruneau (#124035)

This commit is contained in:
Kira Bruneau
2021-05-22 10:47:40 -04:00
committed by GitHub
parent dcd5d9a8e5
commit cd4780fab4
23 changed files with 24 additions and 24 deletions

View File

@@ -102,7 +102,7 @@ let ccache = stdenv.mkDerivation rec {
homepage = "https://ccache.dev";
downloadPage = "https://ccache.dev/download.html";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ metadark r-burns ];
maintainers = with maintainers; [ kira-bruneau r-burns ];
platforms = platforms.unix;
};
};

View File

@@ -42,6 +42,6 @@ rustPlatform.buildRustPackage rec {
description = "An implementation of the Language Server Protocol for LaTeX";
homepage = "https://texlab.netlify.app";
license = licenses.mit;
maintainers = with maintainers; [ doronbehar metadark ];
maintainers = with maintainers; [ doronbehar kira-bruneau ];
};
}