maintainers: remove arnoldfarkas (#503407)
This commit is contained in:
@@ -2240,12 +2240,6 @@
|
||||
githubId = 1291396;
|
||||
name = "Arnar Ingason";
|
||||
};
|
||||
arnoldfarkas = {
|
||||
email = "arnold.farkas@gmail.com";
|
||||
github = "arnoldfarkas";
|
||||
githubId = 59696216;
|
||||
name = "Arnold Farkas";
|
||||
};
|
||||
arnoutkroeze = {
|
||||
email = "nixpkgs@arnoutkroeze.nl";
|
||||
github = "ArnoutKroeze";
|
||||
|
||||
@@ -49,6 +49,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/atlassian-api/atlassian-python-api";
|
||||
changelog = "https://github.com/atlassian-api/atlassian-python-api/releases/tag/${src.tag}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ arnoldfarkas ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -44,6 +44,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/davesque/django-rest-framework-simplejwt";
|
||||
changelog = "https://github.com/jazzband/djangorestframework-simplejwt/blob/v${version}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ arnoldfarkas ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -44,6 +44,6 @@ buildPythonPackage rec {
|
||||
description = "Real-time monitor and web admin for Celery distributed task queue";
|
||||
homepage = "https://github.com/mher/flower";
|
||||
license = lib.licenses.bsdOriginal;
|
||||
maintainers = with lib.maintainers; [ arnoldfarkas ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -64,6 +64,6 @@ buildPythonPackage rec {
|
||||
mainProgram = "nbconflux";
|
||||
homepage = "https://github.com/Valassis-Digital-Media/nbconflux";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.arnoldfarkas ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -45,6 +45,6 @@ buildPythonPackage rec {
|
||||
description = "Simple Authentication for Sanic";
|
||||
homepage = "https://github.com/pyx/sanic-auth/";
|
||||
license = lib.licenses.bsdOriginal;
|
||||
maintainers = with lib.maintainers; [ arnoldfarkas ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -41,6 +41,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/RaRe-Technologies/sqlitedict";
|
||||
changelog = "https://github.com/piskvorky/sqlitedict/blob/v${version}/CHANGELOG.md";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ arnoldfarkas ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -32,6 +32,6 @@ buildPythonPackage rec {
|
||||
description = "Convert XML documents into Python objects";
|
||||
homepage = "https://github.com/stchris/untangle";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.arnoldfarkas ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -45,6 +45,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/vertica/vertica-python";
|
||||
changelog = "https://github.com/vertica/vertica-python/releases/tag/${version}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ arnoldfarkas ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -50,6 +50,6 @@ buildPythonPackage rec {
|
||||
description = "Zstandard bindings for Python";
|
||||
homepage = "https://github.com/indygreg/python-zstandard";
|
||||
license = lib.licenses.bsdOriginal;
|
||||
maintainers = with lib.maintainers; [ arnoldfarkas ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user