3
0
Fork 0
forked from mirrors/nixpkgs

maintainers: quasigod-io -> michaelBelsanti

I have updated by GitHub account name, so I am updating myself in maintainer-list.nix to match.
This commit is contained in:
Mike 2022-12-27 18:50:22 +00:00 committed by Winter
parent b5f0d4497d
commit 677ed08a50
3 changed files with 8 additions and 8 deletions

View file

@ -9170,6 +9170,12 @@
githubId = 1575834;
name = "Michael Adler";
};
michaelBelsanti = {
email = "mbels03@protonmail.com";
name = "Mike Belsanti";
github = "michaelBelsanti";
githubId = 62124625;
};
michaelpj = {
email = "michaelpj@gmail.com";
github = "michaelpj";
@ -16134,12 +16140,6 @@
github = "zuzuleinen";
githubId = 944919;
};
quasigod-io = {
email = "quasigod-io@protonmail.com";
name = "Michael Belsanti";
github = "quasigod-io";
githubId = 62124625;
};
waelwindows = {
email = "waelwindows9922@gmail.com";
github = "Waelwindows";

View file

@ -13,6 +13,6 @@ picom.overrideAttrs (oldAttrs: rec {
meta = with lib; {
description = "A fork of picom featuring animations and improved rounded corners.";
homepage = "https://github.com/jonaburg/picom";
maintainers = with maintainers; oldAttrs.meta.maintainers ++ [ quasigod-io ];
maintainers = with maintainers; oldAttrs.meta.maintainers ++ [ michaelBelsanti ];
};
})

View file

@ -22,7 +22,7 @@ nimPackages.buildNimPackage rec {
homepage = "https://github.com/unxsh/nitch";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ quasigod-io ];
maintainers = with maintainers; [ michaelBelsanti ];
mainProgram = "nitch";
};
}