mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
maintainers: drop joachifm
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
@@ -293,11 +293,7 @@ pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt
|
||||
/nixos/modules/services/backup/mysql-backup.nix @6543
|
||||
|
||||
# Hardened profile & related modules
|
||||
/nixos/modules/profiles/hardened.nix @joachifm
|
||||
/nixos/modules/security/lock-kernel-modules.nix @joachifm
|
||||
/nixos/modules/security/misc.nix @joachifm
|
||||
/nixos/tests/hardened.nix @joachifm
|
||||
/pkgs/os-specific/linux/kernel/hardened/ @fabianhjr @joachifm
|
||||
/pkgs/os-specific/linux/kernel/hardened/ @fabianhjr
|
||||
|
||||
# Home Automation
|
||||
/nixos/modules/services/home-automation/home-assistant.nix @mweinelt
|
||||
|
||||
@@ -12587,12 +12587,6 @@
|
||||
githubId = 26695750;
|
||||
name = "Joakim Holm";
|
||||
};
|
||||
joachifm = {
|
||||
email = "joachifm@fastmail.fm";
|
||||
github = "joachifm";
|
||||
githubId = 41977;
|
||||
name = "Joachim Fasting";
|
||||
};
|
||||
joachimschmidt557 = {
|
||||
email = "joachim.schmidt557@outlook.com";
|
||||
github = "joachimschmidt557";
|
||||
|
||||
@@ -93,7 +93,7 @@ in
|
||||
|
||||
{
|
||||
meta = {
|
||||
maintainers = [ lib.maintainers.joachifm ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
options = {
|
||||
|
||||
@@ -29,7 +29,6 @@ in
|
||||
config = mkIf config.profiles.hardened {
|
||||
meta = {
|
||||
maintainers = [
|
||||
maintainers.joachifm
|
||||
maintainers.emily
|
||||
];
|
||||
};
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{ config, lib, ... }:
|
||||
{
|
||||
meta = {
|
||||
maintainers = [ lib.maintainers.joachifm ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
options = {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{ config, lib, ... }:
|
||||
{
|
||||
meta = {
|
||||
maintainers = [ lib.maintainers.joachifm ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
imports = [
|
||||
|
||||
@@ -4,7 +4,7 @@ let
|
||||
in
|
||||
{
|
||||
name = "dnscrypt-proxy";
|
||||
meta.maintainers = with lib.maintainers; [ joachifm ];
|
||||
meta.maintainers = [ ];
|
||||
|
||||
nodes = {
|
||||
# A client running the recommended setup: DNSCrypt proxy as a forwarder
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
name = "hardened";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ joachifm ];
|
||||
meta = {
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
nodes.machine =
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{ lib, ... }:
|
||||
{
|
||||
name = "tor";
|
||||
meta.maintainers = with lib.maintainers; [ joachifm ];
|
||||
meta.maintainers = [ ];
|
||||
|
||||
nodes.client =
|
||||
{ pkgs, ... }:
|
||||
|
||||
@@ -169,7 +169,6 @@ python3.pkgs.buildPythonApplication rec {
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with lib.maintainers; [
|
||||
joachifm
|
||||
np
|
||||
prusnak
|
||||
];
|
||||
|
||||
@@ -115,7 +115,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
homepage = "http://cppcheck.sourceforge.net";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [ joachifm ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -60,7 +60,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [
|
||||
thoughtpolice
|
||||
joachifm
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -47,7 +47,7 @@ stdenv.mkDerivation {
|
||||
mainProgram = "hugs";
|
||||
homepage = "https://www.haskell.org/hugs";
|
||||
description = "Haskell interpreter";
|
||||
maintainers = with lib.maintainers; [ joachifm ];
|
||||
maintainers = [ ];
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
|
||||
@@ -54,7 +54,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meta = {
|
||||
description = "Utility for viewing/manipulating the MAC address of network interfaces";
|
||||
maintainers = with lib.maintainers; [
|
||||
joachifm
|
||||
dotlambda
|
||||
];
|
||||
license = lib.licenses.gpl2Plus;
|
||||
|
||||
@@ -33,7 +33,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
homepage = "https://jedisct1.github.io/minisign/";
|
||||
license = lib.licenses.isc;
|
||||
maintainers = with lib.maintainers; [ joachifm ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
mainProgram = "minisign";
|
||||
};
|
||||
|
||||
@@ -60,9 +60,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
isc
|
||||
unicode-dfs-2016
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
joachifm
|
||||
];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -106,7 +106,6 @@ stdenv.mkDerivation rec {
|
||||
description = "Small, user-friendly console text editor";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
joachifm
|
||||
sigmasquadron
|
||||
];
|
||||
platforms = lib.platforms.all;
|
||||
|
||||
@@ -41,6 +41,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://www.gnupg.org/software/ntbtls/";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ joachifm ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -67,7 +67,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [
|
||||
thoughtpolice
|
||||
joachifm
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -29,8 +29,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
mainProgram = "paxtest";
|
||||
license = lib.licenses.gpl2Only;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [
|
||||
joachifm
|
||||
];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
|
||||
description = "UNIX init scheme with service supervision";
|
||||
license = lib.licenses.bsd3;
|
||||
homepage = "http://smarden.org/runit";
|
||||
maintainers = with lib.maintainers; [ joachifm ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux ++ lib.platforms.darwin;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -41,7 +41,7 @@ stdenv.mkDerivation {
|
||||
description = "Scheme shell";
|
||||
homepage = "http://www.scsh.net/";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ joachifm ];
|
||||
maintainers = [ ];
|
||||
platforms = with lib.platforms; unix;
|
||||
mainProgram = "scsh";
|
||||
};
|
||||
|
||||
@@ -58,6 +58,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://smarden.org/socklog/";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ joachifm ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -90,6 +90,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://surf.suckless.org";
|
||||
license = lib.licenses.mit;
|
||||
platforms = webkitgtk_4_1.meta.platforms;
|
||||
maintainers = with lib.maintainers; [ joachifm ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -140,7 +140,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = with lib.licenses; [ lgpl21Only ];
|
||||
mainProgram = "tcc";
|
||||
maintainers = with lib.maintainers; [
|
||||
joachifm
|
||||
onemoresuza
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
|
||||
@@ -353,7 +353,6 @@ stdenv.mkDerivation rec {
|
||||
c4patino
|
||||
felschr
|
||||
hax404
|
||||
joachifm
|
||||
panicgh
|
||||
];
|
||||
# MPL2.0+, GPL+, &c. While it's not entirely clear whether
|
||||
|
||||
@@ -148,7 +148,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
mainProgram = "tor";
|
||||
maintainers = with lib.maintainers; [
|
||||
thoughtpolice
|
||||
joachifm
|
||||
prusnak
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
|
||||
@@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
homepage = "https://www.gnu.org/software/unrtf/";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [ joachifm ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
mainProgram = "untex";
|
||||
homepage = "https://www.ctan.org/pkg/untex";
|
||||
license = lib.licenses.gpl1Only;
|
||||
maintainers = with lib.maintainers; [ joachifm ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -31,6 +31,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/carpedm20/emoji/";
|
||||
changelog = "https://github.com/carpedm20/emoji/blob/${src.tag}/CHANGES.md";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ joachifm ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user