maintainers: drop amorsillo

Inactive since August 2024.
This commit is contained in:
Wolfgang Walther 2025-07-15 11:23:28 +02:00
parent 9a4115f7a2
commit aee9f93719
No known key found for this signature in database
GPG Key ID: B39893FA5F65CAE1
5 changed files with 0 additions and 10 deletions

View File

@ -1445,12 +1445,6 @@
githubId = 5149377;
name = "Amine Chikhaoui";
};
amorsillo = {
email = "andrew.morsillo@gmail.com";
github = "evelant";
githubId = 858965;
name = "Andrew Morsillo";
};
amozeo = {
email = "wroclaw223@outlook.com";
github = "amozeo";

View File

@ -40,7 +40,6 @@ stdenv.mkDerivation rec {
lgpl3Only
gpl3Only
];
maintainers = [ maintainers.amorsillo ];
platforms = platforms.linux;
};
}

View File

@ -165,7 +165,6 @@ stdenv.mkDerivation (finalAttrs: {
description = "GUI password manager with strong cryptography";
homepage = "http://www.keepass.info/";
maintainers = with lib.maintainers; [
amorsillo
obadz
];
platforms = with lib.platforms; all;

View File

@ -25,6 +25,5 @@ stdenv.mkDerivation rec {
homepage = "https://www.freedesktop.org/software/libevdev/doc/latest/index.html";
license = licenses.mit;
platforms = platforms.linux;
maintainers = [ maintainers.amorsillo ];
};
}

View File

@ -78,7 +78,6 @@ stdenv.mkDerivation {
description = "Secure online backup and sychronization";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.unfree;
maintainers = with lib.maintainers; [ amorsillo ];
platforms = lib.platforms.linux;
mainProgram = "spideroak";
};