Unverified Commit 8821e81e authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #311307 from michaelpj/mpj/remove-some-maintennce

Remove myself from some packages I no longer use
parents 064f2ac5 cd981c1c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13154,7 +13154,7 @@
    }];
  };
  michaelpj = {
    email = "michaelpj@gmail.com";
    email = "me@michaelpj.com";
    github = "michaelpj";
    githubId = 1699466;
    name = "Michael Peyton Jones";
+1 −1
Original line number Diff line number Diff line
@@ -41,5 +41,5 @@ in {
    };
  };

  meta.maintainers = [ maintainers.michaelpj ];
  meta.maintainers = [ ];
}
+1 −1
Original line number Diff line number Diff line
@@ -45,5 +45,5 @@ in {
    };
  };

  meta.maintainers = [ maintainers.michaelpj ];
  meta.maintainers = [ ];
}
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ buildPythonApplication rec {
    description = "Update timezone information based on geoip";
    mainProgram = "tzupdate";
    homepage = "https://github.com/cdown/tzupdate";
    maintainers = [ maintainers.michaelpj ];
    maintainers = [ ];
    license = licenses.unlicense;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
    description = "A general-purpose fuzzy selector";
    homepage = "https://github.com/rschmitt/heatseeker";
    license = licenses.mit;
    maintainers = [ maintainers.michaelpj ];
    maintainers = [ ];
    mainProgram = "hs";
    platforms = platforms.unix;
  };
Loading