From 3d085a399c436a41d875801619e8f976b8519196 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Sun, 26 Jan 2020 19:52:14 +0100 Subject: [PATCH] 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 e6a9c15fa1d86045549a6e385e2621945419850c and the package is pretty easy to maintain, but decided to make it clear that I don't actively maintain this. --- pkgs/development/python-modules/python-ly/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/python-ly/default.nix b/pkgs/development/python-modules/python-ly/default.nix index 5ac6e569c80..f8b7f023717 100644 --- a/pkgs/development/python-modules/python-ly/default.nix +++ b/pkgs/development/python-modules/python-ly/default.nix @@ -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; [ ]; }; }