Skip to content

Commit

Permalink
maintainers: drop milahu (#368094)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Dec 25, 2024
2 parents eea4be5 + 9edf772 commit bdfccb2
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 10 deletions.
6 changes: 0 additions & 6 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14811,12 +14811,6 @@
name = "Marcin Mikuła";
keys = [ { fingerprint = "5547 2A56 AC30 69C9 15C8 B98D 997F 71FA 1D74 6E37"; } ];
};
milahu = {
email = "[email protected]";
github = "milahu";
githubId = 12958815;
name = "Milan Hauth";
};
milesbreslin = {
email = "[email protected]";
github = "MilesBreslin";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/maui/booth.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ mkDerivation {
mainProgram = "booth";
homepage = "https://invent.kde.org/maui/booth";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ milahu ];
maintainers = with maintainers; [ ];
};
}
1 change: 0 additions & 1 deletion pkgs/development/libraries/qt-6/modules/qtbase/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ stdenv.mkDerivation rec {
lgpl3Plus
];
maintainers = with maintainers; [
milahu
nickcao
LunNova
];
Expand Down
1 change: 0 additions & 1 deletion pkgs/development/libraries/qt-6/qtModule.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ stdenv.mkDerivation (
lgpl3Plus
];
maintainers = with maintainers; [
milahu
nickcao
];
platforms = platforms.unix;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/slugid/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ buildPythonPackage rec {
description = "URL-safe base64 UUID encoder for generating 22 character slugs";
homepage = "https://github.com/taskcluster/slugid.py";
license = licenses.mpl20;
maintainers = with maintainers; [ milahu ];
maintainers = with maintainers; [ ];
};
}

0 comments on commit bdfccb2

Please sign in to comment.