maintainers: add skyethepinkcat (#492848)
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user