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

Remove myself from some packages I no longer use
This commit is contained in:
Pol Dellaiera 2024-05-14 21:23:12 +02:00 committed by GitHub
commit 8821e81e02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View File

@ -13154,7 +13154,7 @@
}];
};
michaelpj = {
email = "michaelpj@gmail.com";
email = "me@michaelpj.com";
github = "michaelpj";
githubId = 1699466;
name = "Michael Peyton Jones";

View File

@ -41,5 +41,5 @@ in {
};
};
meta.maintainers = [ maintainers.michaelpj ];
meta.maintainers = [ ];
}

View File

@ -45,5 +45,5 @@ in {
};
};
meta.maintainers = [ maintainers.michaelpj ];
meta.maintainers = [ ];
}

View File

@ -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;
};
}

View File

@ -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;
};

View File

@ -52,6 +52,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/erpalma/throttled";
license = licenses.mit;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ michaelpj ];
maintainers = with maintainers; [ ];
};
}