From 0edd143cb8fddcd98ca645a1e7fd79787f27df30 Mon Sep 17 00:00:00 2001 From: Anthony Roussel Date: Mon, 22 Aug 2022 18:46:07 +0200 Subject: solfege: add anthonyroussel to maintainers --- pkgs/misc/solfege/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs') diff --git a/pkgs/misc/solfege/default.nix b/pkgs/misc/solfege/default.nix index 637b1fbee0dfd..41971278ca9ca 100644 --- a/pkgs/misc/solfege/default.nix +++ b/pkgs/misc/solfege/default.nix @@ -43,6 +43,6 @@ buildPythonApplication rec { homepage = "https://www.gnu.org/software/solfege/"; license = licenses.gpl3Only; platforms = platforms.linux; - maintainers = with maintainers; [ bjornfor orivej ]; + maintainers = with maintainers; [ bjornfor orivej anthonyroussel ]; }; } -- cgit 1.4.1