audacity: add veprbl to maintainers

This commit is contained in:
Dmitry Kalinkin 2021-12-16 10:37:52 -05:00
parent 7c578a1d3f
commit 48fe2ffdec
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333

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;
};
}