Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maintainers: update my maintainer information #67686

Merged
merged 1 commit into from Sep 3, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 5 additions & 1 deletion maintainers/maintainer-list.nix
Expand Up @@ -1225,11 +1225,15 @@
githubId = 25088352;
name = "Christian Kögler";
};
ckampka = {
kampka = {
email = "christian@kampka.net";
github = "kampka";
githubId = 422412;
name = "Christian Kampka";
keys = [{
longkeyid = "ed25519/0x1CBE9645DD68E915";
kampka marked this conversation as resolved.
Show resolved Hide resolved
fingerprint = "F7FA 0BD0 8775 337C F6AB 4A14 1CBE 9645 DD68 E915";
}];
};
ckauhaus = {
email = "kc@flyingcircus.io";
Expand Down
2 changes: 1 addition & 1 deletion nixos/tests/containers-tmpfs.nix
Expand Up @@ -3,7 +3,7 @@
import ./make-test.nix ({ pkgs, ...} : {
name = "containers-tmpfs";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ ckampka ];
maintainers = [ kampka ];
};

machine =
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/networking/gandi-cli/default.nix
Expand Up @@ -21,6 +21,6 @@ buildPythonApplication rec {
description = "Command-line interface to the public Gandi.net API";
homepage = https://cli.gandi.net/;
license = licenses.gpl3Plus;
maintainers = with maintainers; [ ckampka ];
maintainers = with maintainers; [ kampka ];
};
}