about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorAnthony Roussel <anthony@roussel.dev>2022-08-22 18:46:07 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2022-08-22 22:06:38 +0200
commit0edd143cb8fddcd98ca645a1e7fd79787f27df30 (patch)
tree222368d553c8d89f29ba906324cb1ec61559bdff /pkgs
parent6538187715881728fa30ef65de69cf06dc73a197 (diff)
solfege: add anthonyroussel to maintainers
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/misc/solfege/default.nix2
1 files changed, 1 insertions, 1 deletions
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 ];
   };
 }