Merge pull request #332148 from emilazy/in-memoriam-AluisioASG
This commit is contained in:
commit
1364c767e9
@ -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";
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -138,7 +138,6 @@ buildNpmPackage rec {
|
||||
maintainers = with maintainers; [
|
||||
ttuegel
|
||||
rileyinman
|
||||
AluisioASG
|
||||
lunik1
|
||||
];
|
||||
};
|
||||
|
@ -53,7 +53,7 @@ buildPythonPackage rec {
|
||||
'';
|
||||
homepage = "https://github.com/jnrbsn/daemonocle";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ AluisioASG ];
|
||||
maintainers = [ ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
@ -47,6 +47,6 @@ buildPythonPackage rec {
|
||||
'';
|
||||
homepage = "https://github.com/kvas-it/pytest-console-scripts";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ AluisioASG ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
@ -76,6 +76,6 @@ buildPythonPackage rec {
|
||||
'';
|
||||
homepage = "https://github.com/ESSS/pytest-regressions";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ AluisioASG ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user