Skip to content

Commit

Permalink
Merge pull request #204262 from hmenke/maintainers
Browse files Browse the repository at this point in the history
maintainers: remove and add hmenke
  • Loading branch information
marsam authored Dec 3, 2022
2 parents dda2e93 + da053d0 commit 86c83ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions nixos/tests/alps.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ let
in
import ./make-test-python.nix ({ pkgs, ... }: {
name = "alps";
meta = with pkgs.lib.maintainers; {
maintainers = [ hmenke ];
};

nodes = {
server = {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/zfs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ let
changelog = "https://github.com/openzfs/zfs/releases/tag/zfs-${version}";
license = lib.licenses.cddl;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ hmenke jcumming jonringer wizeman globin ];
maintainers = with lib.maintainers; [ jcumming jonringer wizeman globin ];
mainProgram = "zfs";
# If your Linux kernel version is not yet supported by zfs, try zfsUnstable.
# On NixOS set the option boot.zfs.enableUnstable.
Expand Down
2 changes: 1 addition & 1 deletion pkgs/servers/alps/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ buildGoModule rec {
description = "A simple and extensible webmail.";
homepage = "https://git.sr.ht/~migadu/alps";
license = licenses.mit;
maintainers = with maintainers; [ gordias booklearner madonius ];
maintainers = with maintainers; [ gordias booklearner madonius hmenke ];
};
}

0 comments on commit 86c83ab

Please sign in to comment.