maintainers: drop ccellado
no activity in Nixpkgs since early 2024
This commit is contained in:
@@ -4719,12 +4719,6 @@
|
||||
githubId = 52760912;
|
||||
name = "Cameron Brown";
|
||||
};
|
||||
ccellado = {
|
||||
email = "annplague@gmail.com";
|
||||
github = "ccellado";
|
||||
githubId = 44584960;
|
||||
name = "Denis Khalmatov";
|
||||
};
|
||||
ccicnce113424 = {
|
||||
email = "ccicnce113424@gmail.com";
|
||||
matrix = "@ccicnce113424:matrix.org";
|
||||
|
||||
@@ -42,6 +42,6 @@ stdenv.mkDerivation {
|
||||
homepage = "https://hg.sr.ht/~scoopta/glpaper";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ ccellado ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,6 +35,6 @@ python3Packages.buildPythonPackage rec {
|
||||
description = "Last.FM scrobbler for MPD";
|
||||
mainProgram = "yams";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ ccellado ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -72,7 +72,6 @@ buildPythonPackage rec {
|
||||
changelog = "https://github.com/libvips/pyvips/blob/v${version}/CHANGELOG.rst";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
ccellado
|
||||
anthonyroussel
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user