Unverified Commit f4186ee7 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

maintainers: add skyethepinkcat (#492848)

parents 5366b119 c99642b0
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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;
  };
})