maintainers: alanpearce -> alinnow
This commit is contained in:
@@ -1049,12 +1049,6 @@
|
||||
github = "ALameLlama";
|
||||
githubId = 55490546;
|
||||
};
|
||||
alanpearce = {
|
||||
email = "alan@alanpearce.eu";
|
||||
github = "alanpearce";
|
||||
githubId = 850317;
|
||||
name = "Alan Pearce";
|
||||
};
|
||||
alapshin = {
|
||||
email = "alapshin@fastmail.com";
|
||||
github = "alapshin";
|
||||
@@ -1338,6 +1332,12 @@
|
||||
}
|
||||
];
|
||||
};
|
||||
alinnow = {
|
||||
name = "Alin";
|
||||
email = "alin@alin.ovh";
|
||||
github = "alinnow";
|
||||
githubId = 850317;
|
||||
};
|
||||
alirezameskin = {
|
||||
email = "alireza.meskin@gmail.com";
|
||||
github = "alirezameskin";
|
||||
|
||||
@@ -48,7 +48,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
mainProgram = "hblock";
|
||||
homepage = "https://github.com/hectorm/hblock";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ alanpearce ];
|
||||
maintainers = with lib.maintainers; [ alinnow ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -18,7 +18,7 @@ bundlerApp rec {
|
||||
description = "Rule-based file mover and cleaner in Ruby";
|
||||
homepage = "https://github.com/maid/maid";
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = with lib.maintainers; [ alanpearce ];
|
||||
maintainers = with lib.maintainers; [ alinnow ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -38,7 +38,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
description = "Bring your ZSH history to Fish shell";
|
||||
homepage = "https://github.com/rsalmei/zsh-history-to-fish";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ alanpearce ];
|
||||
maintainers = with lib.maintainers; [ alinnow ];
|
||||
mainProgram = "zsh-history-to-fish";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user