python3Packages.python-ly: remove myself from maintainer list

While going through my repology feed of package-updates I realized that
I'm still a maintainer of this. Just did an update in e6a9c15fa1
and the package is pretty easy to maintain, but decided to make it clear
that I don't actively maintain this.
This commit is contained in:
Maximilian Bosch 2020-01-26 19:52:14 +01:00
parent e6a9c15fa1
commit 3d085a399c
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -16,6 +16,6 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Tool and library for manipulating LilyPond files";
license = licenses.gpl2;
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ ];
};
}