maintainers: update farlion -> workflow (#416481)

authored by Wolfgang Walther and committed by GitHub 58bdd6b8 94a96931

+10 -9
+7 -6
maintainers/maintainer-list.nix
··· 8035 8035 githubId = 8073; 8036 8036 name = "Francois-Rene Rideau"; 8037 8037 }; 8038 - farlion = { 8039 - email = "florian.peter@gmx.at"; 8040 - github = "workflow"; 8041 - githubId = 1276854; 8042 - name = "Florian Peter"; 8043 - }; 8044 8038 farnoy = { 8045 8039 email = "jakub@okonski.org"; 8046 8040 github = "farnoy"; ··· 26977 26971 github = "womfoo"; 26978 26972 githubId = 1595132; 26979 26973 name = "Kranium Gikos Mendoza"; 26974 + }; 26975 + workflow = { 26976 + email = "4farlion@gmail.com"; 26977 + github = "workflow"; 26978 + githubId = 1276854; 26979 + name = "Florian Peter"; 26980 + keys = [ { fingerprint = "C349 3C74 E232 A1EE E005 1678 2457 5DB9 3F6C EC16"; } ]; 26980 26981 }; 26981 26982 worldofpeace = { 26982 26983 email = "worldofpeace@protonmail.ch";
+1 -1
pkgs/applications/editors/vim/plugins/overrides.nix
··· 3899 3899 3900 3900 vim-textobj-entire = super.vim-textobj-entire.overrideAttrs { 3901 3901 dependencies = [ self.vim-textobj-user ]; 3902 - meta.maintainers = with lib.maintainers; [ farlion ]; 3902 + meta.maintainers = with lib.maintainers; [ workflow ]; 3903 3903 }; 3904 3904 3905 3905 vim-tpipeline = super.vim-tpipeline.overrideAttrs {
+1 -1
pkgs/by-name/li/libsystemtap/package.nix
··· 41 41 license = licenses.bsd3; 42 42 platforms = elfutils.meta.platforms or platforms.unix; 43 43 badPlatforms = elfutils.meta.badPlatforms or [ ]; 44 - maintainers = [ lib.maintainers.farlion ]; 44 + maintainers = [ lib.maintainers.workflow ]; 45 45 }; 46 46 }
+1 -1
pkgs/development/tools/parsing/antlr/3.5.nix
··· 55 55 sourceProvenance = with sourceTypes; [ binaryBytecode ]; 56 56 license = licenses.bsd3; 57 57 platforms = platforms.linux; 58 - maintainers = [ lib.maintainers.farlion ]; 58 + maintainers = [ lib.maintainers.workflow ]; 59 59 }; 60 60 }