bear: add DieracDelta as maintainer

This commit is contained in:
Justin Restivo 2024-04-12 10:06:44 -04:00
parent a945f3fda9
commit ae70b81b72
1 changed files with 1 additions and 1 deletions

View File

@ -89,6 +89,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/rizsotto/Bear";
license = licenses.gpl3Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ babariviere ];
maintainers = with maintainers; [ babariviere DieracDelta ];
};
}