maintainers: drop AdsonCicilioti (#451081)

This commit is contained in:
Yohann Boniface
2025-10-20 00:34:22 +00:00
committed by GitHub
4 changed files with 2 additions and 9 deletions
-6
View File
@@ -685,12 +685,6 @@
githubId = 260983;
name = "Adrien Lemaire";
};
AdsonCicilioti = {
name = "Adson Cicilioti";
email = "adson.cicilioti@live.com";
github = "AdsonCicilioti";
githubId = 6278398;
};
adsr = {
email = "as@php.net";
github = "adsr";
@@ -64,7 +64,6 @@ stdenvNoCC.mkDerivation rec {
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [
rawkode
AdsonCicilioti
];
};
}
@@ -25,6 +25,6 @@ stdenvNoCC.mkDerivation rec {
homepage = "https://github.com/Silicasandwhich/Bibata_Cursor_Translucent";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ AdsonCicilioti ];
maintainers = [ ];
};
}
@@ -52,7 +52,7 @@ buildPythonPackage rec {
.png files. clickgen is using anicursorgen and xcursorgen under the hood.
'';
license = licenses.mit;
maintainers = with maintainers; [ AdsonCicilioti ];
maintainers = [ ];
# fails with:
# ld: unknown option: -zdefs
broken = stdenv.hostPlatform.isDarwin;