Commit af2b4c56 authored by Emily's avatar Emily
Browse files

treewide: retire late maintainer AluisioASG

I’ve sadly become aware that Aluísio Augusto Silva Gonçalves
(@AluisioASG), a contributor to Nixpkgs until 2021, tragically
[passed away that year] at the age of only 25 from complications
caused by COVID‐19.

[passed away that year]: https://ufpr.br/ufpr-lamenta-a-morte-do-estudante-aluisio-augusto-silva-goncalves-25-anos/

It doesn’t feel respectful of this loss to have a bot ping his
account every time Iosevka gets an update, or to have people expect
reviews or support for the packages he maintained, so let’s retire
his maintainer list entry.

I’ll adopt ffmpeg-python in my concurrent pull request, but there are
a lot of other packages that could use new maintainers. I encourage
people to consider continuing his work on Nixpkgs if any of them are
of interest.

On the off chance that any of his family or friends ever see this
message, I wish I could say more than that I’m sorry for your loss.
parent 90ee91b6
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -1053,13 +1053,6 @@
    githubId = 45176912;
    name = "Tomasz Hołubowicz";
  };
  AluisioASG = {
    name = "Aluísio Augusto Silva Gonçalves";
    email = "aluisio@aasg.name";
    github = "AluisioASG";
    githubId = 1904165;
    keys = [ { fingerprint = "7FDB 17B3 C29B 5BA6 E5A9  8BB2 9FAA 63E0 9750 6D9D"; } ];
  };
  alunduil = {
    email = "alunduil@gmail.com";
    github = "alunduil";
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ python3Packages.buildPythonApplication rec {
    mainProgram = "r128gain";
    homepage = "https://github.com/desbma/r128gain";
    license = licenses.lgpl2Plus;
    maintainers = [ maintainers.AluisioASG ];
    maintainers = [ ];
    platforms = platforms.all;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ python3Packages.buildPythonApplication rec {
    homepage = "https://github.com/infothrill/python-dyndnsc";
    changelog = "https://github.com/infothrill/python-dyndnsc/releases/tag/${version}";
    license = licenses.mit;
    maintainers = with maintainers; [ AluisioASG ];
    maintainers = [ ];
    mainProgram = "dyndnsc";
    platforms = platforms.unix;
  };
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ stdenv.mkDerivation (finalAttrs: {
      to do things that aren't provided out-of-the-box.
    '';
    license = lib.licenses.gpl3Plus;
    maintainers = with lib.maintainers; [ AndersonTorres AluisioASG ];
    maintainers = with lib.maintainers; [ AndersonTorres ];
    inherit (guile.meta) platforms;
  };
})
+0 −1
Original line number Diff line number Diff line
@@ -138,7 +138,6 @@ buildNpmPackage rec {
    maintainers = with maintainers; [
      ttuegel
      rileyinman
      AluisioASG
      lunik1
    ];
  };
Loading