Merge pull request #154627 from freepotion/remove-maintainer

ivan, maintainers: maintainer removed
This commit is contained in:
Thiago Kenji Okada 2022-01-11 16:10:29 -03:00 committed by GitHub
commit 3e6884fc19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 7 deletions

View File

@ -4116,12 +4116,6 @@
githubId = 7551358;
name = "Frede Emil";
};
freepotion = {
email = "42352817+freepotion@users.noreply.github.com";
github = "freepotion";
githubId = 42352817;
name = "Free Potion";
};
freezeboy = {
email = "freezeboy@users.noreply.github.com";
github = "freezeboy";

View File

@ -64,6 +64,6 @@ stdenv.mkDerivation rec {
homepage = "https://attnam.com/";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [freepotion];
maintainers = with maintainers; [];
};
}