Merge pull request #324087 from ashkitten/remove-ashkitten

maintainers: remove ashkitten
This commit is contained in:
Aleksana
2024-07-03 02:11:24 +08:00
committed by GitHub
4 changed files with 3 additions and 11 deletions
-6
View File
@@ -1792,12 +1792,6 @@
githubId = 104313094;
name = "Andrey Shaat";
};
ashkitten = {
email = "ashlea@protonmail.com";
github = "ashkitten";
githubId = 9281956;
name = "ash lea";
};
ashley = {
email = "ashley@kira64.xyz";
github = "kira64xyz";
@@ -188,8 +188,6 @@ stdenv.mkDerivation rec {
branch = "master";
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = with maintainers; [
ashkitten
];
maintainers = with maintainers; [ ];
};
}
@@ -143,7 +143,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/shiiion/dolphin";
description = "Gamecube/Wii/Triforce emulator for x86_64 and ARMv8";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ ashkitten Madouura ];
maintainers = with maintainers; [ Madouura ];
broken = stdenv.isDarwin;
platforms = platforms.unix;
};
@@ -60,7 +60,7 @@ buildNpmPackage rec {
meta = with lib; {
description = "Yet another Matrix client for the web";
homepage = "https://cinny.in/";
maintainers = with maintainers; [ abbe ashkitten ];
maintainers = with maintainers; [ abbe ];
license = licenses.agpl3Only;
platforms = platforms.all;
};