maintainers: remove balajisivaraman

no github account linked
This commit is contained in:
ajs124 2022-06-23 01:40:33 +02:00
parent 45ec5898cb
commit 89fbc3fea9
2 changed files with 1 additions and 5 deletions

View file

@ -1342,10 +1342,6 @@
githubId = 35324;
name = "Badi' Abdul-Wahid";
};
balajisivaraman = {
email = "sivaraman.balaji@gmail.com";
name = "Balaji Sivaraman";
};
balodja = {
email = "balodja@gmail.com";
github = "balodja";

View file

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
description = "A customized version of Apples Menlo-Regular font";
homepage = "https://github.com/andreberg/Meslo-Font/";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ balajisivaraman ];
maintainers = with lib.maintainers; [ ];
platforms = with lib.platforms; all;
};
}