maintainers: add skyethepinkcat (#492848)

This commit is contained in:
Yohann Boniface
2026-02-22 23:07:30 +00:00
committed by GitHub
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -24896,6 +24896,12 @@
github = "Skyb0rg007";
githubId = 30806179;
};
skyethepinkcat = {
name = "Skye Jonke";
email = "skye@skyenet.online";
github = "skyethepinkcat";
githubId = 29717600;
};
skykanin = {
github = "skykanin";
githubId = 3789764;
+1 -1
View File
@@ -68,7 +68,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://augeas.net/";
changelog = "https://github.com/hercules-team/augeas/releases/tag/release-${finalAttrs.version}";
mainProgram = "augtool";
maintainers = [ ];
maintainers = with lib.maintainers; [ skyethepinkcat ];
platforms = lib.platforms.unix;
};
})