mu: add chvp as maintainer

This commit is contained in:
Charlotte Van Petegem 2021-08-27 09:46:59 +02:00
parent 6e3451a6a8
commit e4591b3917
No known key found for this signature in database
GPG Key ID: 019E764B7184435A

View File

@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
homepage = "https://www.djcbsoftware.nl/code/mu/";
changelog = "https://github.com/djcb/mu/releases/tag/${version}";
maintainers = with maintainers; [ antono peterhoeg ];
maintainers = with maintainers; [ antono chvp peterhoeg ];
platforms = platforms.mesaPlatforms;
};
}