diff options
author | Anthony Roussel | 2022-08-22 18:46:07 +0200 |
---|---|---|
committer | Bjørn Forsman | 2022-08-22 22:06:38 +0200 |
commit | 0edd143cb8fddcd98ca645a1e7fd79787f27df30 (patch) | |
tree | 222368d553c8d89f29ba906324cb1ec61559bdff /pkgs/misc/solfege/default.nix | |
parent | 6538187715881728fa30ef65de69cf06dc73a197 (diff) |
solfege: add anthonyroussel to maintainers
Diffstat (limited to 'pkgs/misc/solfege/default.nix')
-rw-r--r-- | pkgs/misc/solfege/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/misc/solfege/default.nix b/pkgs/misc/solfege/default.nix index 637b1fbee0df..41971278ca9c 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 ]; }; } |