maintainers: update farlion -> workflow (#416481)
This commit is contained in:
@@ -8035,12 +8035,6 @@
|
||||
githubId = 8073;
|
||||
name = "Francois-Rene Rideau";
|
||||
};
|
||||
farlion = {
|
||||
email = "florian.peter@gmx.at";
|
||||
github = "workflow";
|
||||
githubId = 1276854;
|
||||
name = "Florian Peter";
|
||||
};
|
||||
farnoy = {
|
||||
email = "jakub@okonski.org";
|
||||
github = "farnoy";
|
||||
@@ -26978,6 +26972,13 @@
|
||||
githubId = 1595132;
|
||||
name = "Kranium Gikos Mendoza";
|
||||
};
|
||||
workflow = {
|
||||
email = "4farlion@gmail.com";
|
||||
github = "workflow";
|
||||
githubId = 1276854;
|
||||
name = "Florian Peter";
|
||||
keys = [ { fingerprint = "C349 3C74 E232 A1EE E005 1678 2457 5DB9 3F6C EC16"; } ];
|
||||
};
|
||||
worldofpeace = {
|
||||
email = "worldofpeace@protonmail.ch";
|
||||
github = "worldofpeace";
|
||||
|
||||
@@ -3899,7 +3899,7 @@ in
|
||||
|
||||
vim-textobj-entire = super.vim-textobj-entire.overrideAttrs {
|
||||
dependencies = [ self.vim-textobj-user ];
|
||||
meta.maintainers = with lib.maintainers; [ farlion ];
|
||||
meta.maintainers = with lib.maintainers; [ workflow ];
|
||||
};
|
||||
|
||||
vim-tpipeline = super.vim-tpipeline.overrideAttrs {
|
||||
|
||||
@@ -41,6 +41,6 @@ stdenv.mkDerivation {
|
||||
license = licenses.bsd3;
|
||||
platforms = elfutils.meta.platforms or platforms.unix;
|
||||
badPlatforms = elfutils.meta.badPlatforms or [ ];
|
||||
maintainers = [ lib.maintainers.farlion ];
|
||||
maintainers = [ lib.maintainers.workflow ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -55,6 +55,6 @@ stdenv.mkDerivation rec {
|
||||
sourceProvenance = with sourceTypes; [ binaryBytecode ];
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ lib.maintainers.farlion ];
|
||||
maintainers = [ lib.maintainers.workflow ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user