audacity: add veprbl to maintainers

This commit is contained in:
Dmitry Kalinkin
2021-12-16 10:37:52 -05:00
parent 7c578a1d3f
commit 48fe2ffdec
+1 -1
View File
@@ -173,7 +173,7 @@ stdenv.mkDerivation rec {
description = "Sound editor with graphical UI";
homepage = "https://www.audacityteam.org/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ lheckemann ];
maintainers = with maintainers; [ lheckemann veprbl ];
platforms = platforms.unix;
};
}