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

This commit is contained in:
Franz Pletz 2024-08-06 14:10:43 +02:00 committed by GitHub
commit 1364c767e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
18 changed files with 16 additions and 24 deletions

View File

@ -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";

View File

@ -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;
};
}

View File

@ -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;
};

View File

@ -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;
};
})

View File

@ -138,7 +138,6 @@ buildNpmPackage rec {
maintainers = with maintainers; [
ttuegel
rileyinman
AluisioASG
lunik1
];
};

View File

@ -53,7 +53,7 @@ buildPythonPackage rec {
'';
homepage = "https://github.com/jnrbsn/daemonocle";
license = licenses.mit;
maintainers = with maintainers; [ AluisioASG ];
maintainers = [ ];
platforms = platforms.unix;
};
}

View File

@ -52,6 +52,6 @@ buildPythonPackage rec {
description = "Python bindings for FFmpeg - with complex filtering support";
homepage = "https://github.com/kkroening/ffmpeg-python";
license = licenses.asl20;
maintainers = with maintainers; [ AluisioASG ];
maintainers = [ ];
};
}

View File

@ -69,6 +69,6 @@ buildPythonPackage rec {
homepage = "https://github.com/bobbui/json-logging-python";
changelog = "https://github.com/bobbui/json-logging-python/releases/tag/${version}";
license = licenses.asl20;
maintainers = with maintainers; [ AluisioASG ];
maintainers = [ ];
};
}

View File

@ -34,6 +34,6 @@ buildPythonPackage rec {
description = "Links recognition library with full unicode support";
homepage = "https://github.com/tsutsu3/linkify-it-py";
license = licenses.mit;
maintainers = with maintainers; [ AluisioASG ];
maintainers = [ ];
};
}

View File

@ -39,6 +39,6 @@ buildPythonPackage rec {
homepage = "https://github.com/executablebooks/mdit-py-plugins";
changelog = "https://github.com/executablebooks/mdit-py-plugins/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ AluisioASG ];
maintainers = [ ];
};
}

View File

@ -58,6 +58,6 @@ buildPythonPackage rec {
description = "Validates OpenAPI schema against the OpenAPI Schema Specification v3.0";
homepage = "https://github.com/python-openapi/openapi-schema-validator";
license = licenses.bsd3;
maintainers = with maintainers; [ AluisioASG ];
maintainers = [ ];
};
}

View File

@ -47,6 +47,6 @@ buildPythonPackage rec {
'';
homepage = "https://github.com/kvas-it/pytest-console-scripts";
license = licenses.mit;
maintainers = with maintainers; [ AluisioASG ];
maintainers = [ ];
};
}

View File

@ -76,6 +76,6 @@ buildPythonPackage rec {
'';
homepage = "https://github.com/ESSS/pytest-regressions";
license = licenses.mit;
maintainers = with maintainers; [ AluisioASG ];
maintainers = [ ];
};
}

View File

@ -32,6 +32,6 @@ buildPythonPackage rec {
description = "RFC 3339 validator for Python";
homepage = "https://github.com/naimetti/rfc3339-validator";
license = licenses.mit;
maintainers = with maintainers; [ AluisioASG ];
maintainers = [ ];
};
}

View File

@ -33,6 +33,6 @@ buildPythonPackage rec {
homepage = "https://github.com/sanic-org/sanic-routing";
changelog = "https://github.com/sanic-org/sanic-routing/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ AluisioASG ];
maintainers = [ ];
};
}

View File

@ -53,6 +53,6 @@ buildPythonPackage rec {
homepage = "https://github.com/sanic-org/sanic-testing";
changelog = "https://github.com/sanic-org/sanic-testing/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ AluisioASG ];
maintainers = [ ];
};
}

View File

@ -168,6 +168,6 @@ buildPythonPackage rec {
homepage = "https://github.com/sanic-org/sanic/";
changelog = "https://github.com/sanic-org/sanic/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ AluisioASG ];
maintainers = [ ];
};
}

View File

@ -31,6 +31,6 @@ buildPythonPackage rec {
description = "Micro subset of unicode data files for linkify-it-py";
homepage = "https://github.com/tsutsu3/uc.micro-py";
license = licenses.mit;
maintainers = with maintainers; [ AluisioASG ];
maintainers = [ ];
};
}