Merge pull request #108126 from Ma27/cleanup-maintained-pkgs

treewide: remove maintainership of `ma27` from a few packages
This commit is contained in:
Maximilian Bosch
2021-01-02 18:58:26 +01:00
committed by GitHub
8 changed files with 6 additions and 34 deletions
@@ -50,6 +50,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/geommer/yabar";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ ];
};
}