Unverified Commit 1364c767 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

Merge pull request #332148 from emilazy/in-memoriam-AluisioASG

parents bd649c16 af2b4c56
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -1059,13 +1059,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