Merge pull request #108555 from Enzime/remove/maintainer-status

treewide: stop maintaining most packages
This commit is contained in:
Sandro
2021-01-06 11:42:54 +01:00
committed by GitHub
8 changed files with 8 additions and 8 deletions

View File

@@ -196,6 +196,6 @@ buildPythonApplication rec {
license = licenses.agpl3Plus;
broken = stdenv.hostPlatform.isAarch64;
platforms = platforms.mesaPlatforms;
maintainers = with maintainers; [ oxij Profpatsch enzime ];
maintainers = with maintainers; [ oxij Profpatsch ];
};
}