maintainers: update farlion -> workflow

* simplify github handle == name
* update email
* add PGP key

+10 -9
+7 -6
maintainers/maintainer-list.nix
··· 8028 8028 githubId = 8073; 8029 8029 name = "Francois-Rene Rideau"; 8030 8030 }; 8031 - farlion = { 8032 - email = "florian.peter@gmx.at"; 8033 - github = "workflow"; 8034 - githubId = 1276854; 8035 - name = "Florian Peter"; 8036 - }; 8037 8031 farnoy = { 8038 8032 email = "jakub@okonski.org"; 8039 8033 github = "farnoy"; ··· 26970 26964 github = "womfoo"; 26971 26965 githubId = 1595132; 26972 26966 name = "Kranium Gikos Mendoza"; 26967 + }; 26968 + workflow = { 26969 + email = "4farlion@gmail.com"; 26970 + github = "workflow"; 26971 + githubId = 1276854; 26972 + name = "Florian Peter"; 26973 + keys = [ { fingerprint = "C349 3C74 E232 A1EE E005 1678 2457 5DB9 3F6C EC16"; } ]; 26973 26974 }; 26974 26975 worldofpeace = { 26975 26976 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 }