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
2 changed files with 1 additions and 7 deletions
-6
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";
+1 -1
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; [];
};
}