remove profpatsch from maintainer list of a few packages

This commit is contained in:
Profpatsch
2018-02-12 06:18:45 +01:00
parent b806863a82
commit 2922bee722
7 changed files with 9 additions and 9 deletions

View File

@@ -224,7 +224,7 @@ in pythonPackages.buildPythonApplication rec {
description = "Music tagger and library organizer";
homepage = http://beets.radbox.org;
license = licenses.mit;
maintainers = with maintainers; [ aszlig domenkozar pjones profpatsch ];
maintainers = with maintainers; [ aszlig domenkozar pjones ];
platforms = platforms.linux;
};
}