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:
@@ -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";
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user