treewide: drop copumpkin from maintainers (#392486)

Aleksana 64f024b8 20c44431

Changed files
+22 -40
maintainers
nixos
pkgs
applications
networking
cluster
minikube
virtualization
by-name
am
amazon-ssm-agent
co
commonsBcel
commonsCompress
commonsFileUpload
commonsIo
commonsLang
commonsMath
cr
createrepo_c
ec
ecs-agent
js
jsonnet
li
libsolv
mi
micro-httpd
os
ostree
pa
paxtest
rp
rpm-ostree
so
souffle
xa
development
python-modules
ansicolors
lmdb
pathspec
pex
python-gnupg
stdenv
tools
package-management
librepo
rpm
-6
maintainers/maintainer-list.nix
···
githubId = 32609395;
name = "B YI";
};
-
copumpkin = {
-
email = "pumpkingod@gmail.com";
-
github = "copumpkin";
-
githubId = 2623;
-
name = "Dan Peebles";
-
};
corbanr = {
email = "corban@raunco.co";
github = "CorbanR";
+2 -3
nixos/lib/make-disk-image.nix
···
/*
Technical details
-
`make-disk-image` has a bit of magic to minimize the amount of work to do in a virtual machine.
+
`make-disk-image` has a bit of magic to minimize the amount of work to do in a virtual machine. It also might arguably have too much, or at least too specific magic, so please consider to work towards the effort of unifying our image builders, as outlined in https://github.com/NixOS/nixpkgs/issues/324817 before adding more.
It relies on the [LKL (Linux Kernel Library) project](https://github.com/lkl/linux) which provides Linux kernel as userspace library.
···
mkdir -p $root
# Copy arbitrary other files into the image
-
# Semi-shamelessly copied from make-etc.sh. I (@copumpkin) shall factor this stuff out as part of
-
# https://github.com/NixOS/nixpkgs/issues/23052.
+
# Semi-shamelessly copied from make-etc.sh.
set -f
sources_=(${lib.concatStringsSep " " sources})
targets_=(${lib.concatStringsSep " " targets})
-1
pkgs/applications/networking/cluster/minikube/default.nix
···
license = licenses.asl20;
maintainers = with maintainers; [
ebzzry
-
copumpkin
vdemeester
atkinschang
Chili-Man
-1
pkgs/applications/virtualization/lkl/default.nix
···
platforms = platforms.linux; # Darwin probably works too but I haven't tested it
license = licenses.gpl2;
maintainers = with maintainers; [
-
copumpkin
raitobezarius
];
};
-1
pkgs/by-name/am/amazon-ssm-agent/package.nix
···
license = licenses.asl20;
platforms = platforms.unix;
maintainers = with maintainers; [
-
copumpkin
manveru
anthonyroussel
arianvp
+1 -1
pkgs/by-name/co/commonsBcel/package.nix
···
homepage = "https://commons.apache.org/proper/commons-bcel/";
description = "Gives users a convenient way to analyze, create, and manipulate (binary) Java class files";
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
-
maintainers = with lib.maintainers; [ copumpkin ];
+
maintainers = [ ];
license = lib.licenses.asl20;
platforms = with lib.platforms; unix;
};
+1 -1
pkgs/by-name/co/commonsCompress/package.nix
···
meta = {
homepage = "https://commons.apache.org/proper/commons-compress";
description = "Allows manipulation of ar, cpio, Unix dump, tar, zip, gzip, XZ, Pack200, bzip2, 7z, arj, lzma, snappy, DEFLATE and Z files";
-
maintainers = with lib.maintainers; [ copumpkin ];
+
maintainers = [ ];
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
license = lib.licenses.asl20;
platforms = with lib.platforms; unix;
+1 -1
pkgs/by-name/co/commonsFileUpload/package.nix
···
meta = {
homepage = "https://commons.apache.org/proper/commons-fileupload";
description = "Makes it easy to add robust, high-performance, file upload capability to your servlets and web applications";
-
maintainers = with lib.maintainers; [ copumpkin ];
+
maintainers = [ ];
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
license = lib.licenses.asl20;
platforms = with lib.platforms; unix;
+1 -1
pkgs/by-name/co/commonsIo/package.nix
···
meta = {
homepage = "https://commons.apache.org/proper/commons-io";
description = "Library of utilities to assist with developing IO functionality";
-
maintainers = with lib.maintainers; [ copumpkin ];
+
maintainers = [ ];
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
license = lib.licenses.asl20;
platforms = with lib.platforms; unix;
+1 -1
pkgs/by-name/co/commonsLang/package.nix
···
description = "Provides additional methods to manipulate standard Java library classes";
homepage = "https://commons.apache.org/proper/commons-lang";
license = lib.licenses.asl20;
-
maintainers = with lib.maintainers; [ copumpkin ];
+
maintainers = [ ];
platforms = with lib.platforms; unix;
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
};
+1 -1
pkgs/by-name/co/commonsMath/package.nix
···
meta = {
homepage = "https://commons.apache.org/proper/commons-math/";
description = "Library of lightweight, self-contained mathematics and statistics components";
-
maintainers = with lib.maintainers; [ copumpkin ];
+
maintainers = [ ];
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
license = lib.licenses.asl20;
platforms = with lib.platforms; unix;
+1 -1
pkgs/by-name/cr/createrepo_c/package.nix
···
homepage = "https://rpm-software-management.github.io/createrepo_c/";
license = licenses.gpl2Plus;
platforms = platforms.unix;
-
maintainers = with maintainers; [ copumpkin ];
+
maintainers = [ ];
};
}
+1 -1
pkgs/by-name/ec/ecs-agent/package.nix
···
changelog = "https://github.com/aws/amazon-ecs-agent/raw/v${version}/CHANGELOG.md";
license = licenses.asl20;
platforms = platforms.linux;
-
maintainers = with maintainers; [ copumpkin ];
+
maintainers = [ ];
mainProgram = "agent";
};
}
-1
pkgs/by-name/js/jsonnet/package.nix
···
description = "Purely-functional configuration language that helps you define JSON data";
maintainers = with lib.maintainers; [
benley
-
copumpkin
];
license = lib.licenses.asl20;
homepage = "https://github.com/google/jsonnet";
+1 -1
pkgs/by-name/li/libsolv/package.nix
···
homepage = "https://github.com/openSUSE/libsolv";
license = licenses.bsd3;
platforms = platforms.linux ++ platforms.darwin;
-
maintainers = with maintainers; [ copumpkin ];
+
maintainers = [ ];
};
}
+1 -1
pkgs/by-name/mi/micro-httpd/package.nix
···
description = "Really small HTTP server";
license = licenses.bsd2;
platforms = platforms.unix;
-
maintainers = with maintainers; [ copumpkin ];
+
maintainers = [ ];
mainProgram = "micro_httpd";
};
}
+1 -1
pkgs/by-name/os/ostree/package.nix
···
homepage = "https://ostreedev.github.io/ostree/";
license = licenses.lgpl2Plus;
platforms = platforms.linux;
-
maintainers = with maintainers; [ copumpkin ];
+
maintainers = [ ];
};
})
-1
pkgs/by-name/pa/paxtest/package.nix
···
license = licenses.gpl2Only;
platforms = platforms.linux;
maintainers = with maintainers; [
-
copumpkin
joachifm
];
};
+1 -1
pkgs/by-name/rp/rpm-ostree/package.nix
···
description = "Hybrid image/package system. It uses OSTree as an image format, and uses RPM as a component model";
homepage = "https://coreos.github.io/rpm-ostree/";
license = licenses.lgpl2Plus;
-
maintainers = with maintainers; [ copumpkin ];
+
maintainers = [ ];
platforms = platforms.linux;
mainProgram = "rpm-ostree";
};
-1
pkgs/by-name/so/souffle/package.nix
···
platforms = platforms.unix;
maintainers = with maintainers; [
thoughtpolice
-
copumpkin
wchresta
markusscherer
];
+1 -3
pkgs/by-name/xa/xar/package.nix
···
homepage = "https://github.com/apple-oss-distributions/xar";
description = "An easily extensible archive format";
license = lib.licenses.bsd3;
-
maintainers =
-
lib.teams.darwin.members
-
++ lib.attrValues { inherit (lib.maintainers) copumpkin tie; };
+
maintainers = lib.teams.darwin.members ++ lib.attrValues { inherit (lib.maintainers) tie; };
platforms = lib.platforms.unix;
mainProgram = "xar";
};
+1 -1
pkgs/development/python-modules/ansicolors/default.nix
···
homepage = "https://github.com/verigak/colors/";
description = "ANSI colors for Python";
license = licenses.isc;
-
maintainers = with maintainers; [ copumpkin ];
+
maintainers = [ ];
};
}
-1
pkgs/development/python-modules/lmdb/default.nix
···
changelog = "https://github.com/jnwatson/py-lmdb/blob/py-lmdb_${version}/ChangeLog";
license = lib.licenses.openldap;
maintainers = with lib.maintainers; [
-
copumpkin
ivan
];
};
+1 -1
pkgs/development/python-modules/pathspec/default.nix
···
homepage = "https://github.com/cpburnz/python-path-specification";
changelog = "https://github.com/cpburnz/python-pathspec/blob/v${version}/CHANGES.rst";
license = lib.licenses.mpl20;
-
maintainers = with lib.maintainers; [ copumpkin ];
+
maintainers = [ ];
};
}
+1 -3
pkgs/development/python-modules/pex/default.nix
···
homepage = "https://github.com/pantsbuild/pex";
changelog = "https://github.com/pantsbuild/pex/releases/tag/v${version}";
license = licenses.asl20;
-
maintainers = with maintainers; [
-
copumpkin
-
];
+
maintainers = [ ];
};
}
+1 -1
pkgs/development/python-modules/python-gnupg/default.nix
···
homepage = "https://github.com/vsajip/python-gnupg";
changelog = "https://github.com/vsajip/python-gnupg/releases/tag/${version}";
license = licenses.bsd3;
-
maintainers = with maintainers; [ copumpkin ];
+
maintainers = [ ];
};
}
+1 -1
pkgs/stdenv/darwin/stdenv-bootstrap-tools.nix
···
};
meta = {
-
maintainers = [ lib.maintainers.copumpkin ];
+
maintainers = lib.teams.darwin.members;
};
})
+1 -1
pkgs/tools/package-management/librepo/default.nix
···
homepage = "https://rpm-software-management.github.io/librepo/";
license = licenses.lgpl2Plus;
platforms = platforms.linux;
-
maintainers = with maintainers; [ copumpkin ];
+
maintainers = [ ];
};
}
+1 -1
pkgs/tools/package-management/rpm/default.nix
···
lgpl21Plus
];
description = "RPM Package Manager";
-
maintainers = with maintainers; [ copumpkin ];
+
maintainers = [ ];
platforms = platforms.linux ++ platforms.darwin;
};
}