Unverified Commit 58bdd6b8 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

maintainers: update farlion -> workflow (#416481)

parents 94a96931 0754435e
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -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";
+1 −1
Original line number Diff line number Diff line
@@ -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 {
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}