maintainers: drop amorsillo (#425368)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -40,7 +40,6 @@ stdenv.mkDerivation rec {
|
||||
lgpl3Only
|
||||
gpl3Only
|
||||
];
|
||||
maintainers = [ maintainers.amorsillo ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user