maintainers: rename metadark -> kira-bruneau (#124035)
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user