maintainers: alanpearce -> alinnow

This commit is contained in:
Alin
2026-02-01 19:26:13 +01:00
parent 444b409d5e
commit db79482a1e
4 changed files with 9 additions and 9 deletions
+6 -6
View File
@@ -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";
+1 -1
View File
@@ -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;
};
})
+1 -1
View File
@@ -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";
};
}