Merge pull request #204262 from hmenke/maintainers

maintainers: remove and add hmenke
This commit is contained in:
Mario Rodas
2022-12-03 11:11:40 -05:00
committed by GitHub
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -4,6 +4,9 @@ let
in
import ./make-test-python.nix ({ pkgs, ... }: {
name = "alps";
meta = with pkgs.lib.maintainers; {
maintainers = [ hmenke ];
};
nodes = {
server = {
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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 ];
};
}