R: add myself to maintainers

This commit is contained in:
Justin Bedo 2021-10-17 08:41:58 +11:00
parent b1d8a801a0
commit 3a0bdda3d9
No known key found for this signature in database
GPG Key ID: 2C18202C56C182BD

View File

@ -120,6 +120,6 @@ stdenv.mkDerivation rec {
platforms = platforms.all;
hydraPlatforms = platforms.linux;
maintainers = with maintainers; [ peti ] ++ teams.sage.members;
maintainers = with maintainers; [ jbedo peti ] ++ teams.sage.members;
};
}