mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 20:37:37 +00:00
Merge pull request #311307 from michaelpj/mpj/remove-some-maintennce
Remove myself from some packages I no longer use
This commit is contained in:
commit
8821e81e02
@ -13154,7 +13154,7 @@
|
||||
}];
|
||||
};
|
||||
michaelpj = {
|
||||
email = "michaelpj@gmail.com";
|
||||
email = "me@michaelpj.com";
|
||||
github = "michaelpj";
|
||||
githubId = 1699466;
|
||||
name = "Michael Peyton Jones";
|
||||
|
@ -41,5 +41,5 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
meta.maintainers = [ maintainers.michaelpj ];
|
||||
meta.maintainers = [ ];
|
||||
}
|
||||
|
@ -45,5 +45,5 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
meta.maintainers = [ maintainers.michaelpj ];
|
||||
meta.maintainers = [ ];
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
|
@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user