maintainers: remove rb2k (#529510)

This commit is contained in:
Marcin Serwin
2026-06-08 15:44:59 +00:00
committed by GitHub
3 changed files with 2 additions and 11 deletions
-6
View File
@@ -23085,12 +23085,6 @@
githubId = 7775707;
name = "RB";
};
rb2k = {
email = "nix@marc-seeger.com";
github = "rb2k";
githubId = 9519;
name = "Marc Seeger";
};
rbasso = {
email = "rbasso@sharpgeeks.net";
github = "rbasso";
+1 -4
View File
@@ -103,9 +103,6 @@ stdenv.mkDerivation (finalAttrs: {
changelog = "https://github.com/rpm-software-management/libdnf/releases/tag/${finalAttrs.version}";
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.linux ++ lib.platforms.darwin;
maintainers = with lib.maintainers; [
rb2k
katexochen
];
maintainers = with lib.maintainers; [ katexochen ];
};
})
+1 -1
View File
@@ -51,7 +51,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Lightweight implementation of dnf in C";
homepage = "https://github.com/rpm-software-management/microdnf";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ rb2k ];
maintainers = [ ];
platforms = lib.platforms.linux ++ lib.platforms.darwin;
mainProgram = "microdnf";
};