maintainers: remove fuwa

github account deleted
This commit is contained in:
ajs124 2022-06-23 00:53:30 +02:00
parent 92531d8585
commit 8cb1366872
2 changed files with 1 additions and 7 deletions

View file

@ -4483,12 +4483,6 @@
githubId = 893115;
name = "Mateusz Kowalczyk";
};
fuwa = {
email = "echowss@gmail.com";
github = "fuwa0529";
githubId = 40521440;
name = "Haruka Akiyama";
};
fuzen = {
email = "me@fuzen.cafe";
github = "Fuzen-py";

View file

@ -56,6 +56,6 @@ stdenv.mkDerivation rec {
homepage = "https://wownero.org/";
license = licenses.bsd3;
platforms = platforms.linux;
maintainers = with maintainers; [ fuwa ];
maintainers = with maintainers; [ ];
};
}