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
commit f2ac3e5203
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 3 additions and 11 deletions

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";

View File

@ -188,8 +188,6 @@ stdenv.mkDerivation rec {
branch = "master";
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = with maintainers; [
ashkitten
];
maintainers = with maintainers; [ ];
};
}

View File

@ -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;
};

View File

@ -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;
};