Skip to content

Commit bdfccb2

Browse files
authored
maintainers: drop milahu (NixOS#368094)
2 parents eea4be5 + 9edf772 commit bdfccb2

File tree

5 files changed

+2
-10
lines changed

5 files changed

+2
-10
lines changed

maintainers/maintainer-list.nix

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14811,12 +14811,6 @@
1481114811
name = "Marcin Mikuła";
1481214812
keys = [ { fingerprint = "5547 2A56 AC30 69C9 15C8 B98D 997F 71FA 1D74 6E37"; } ];
1481314813
};
14814-
milahu = {
14815-
email = "[email protected]";
14816-
github = "milahu";
14817-
githubId = 12958815;
14818-
name = "Milan Hauth";
14819-
};
1482014814
milesbreslin = {
1482114815
email = "[email protected]";
1482214816
github = "MilesBreslin";

pkgs/applications/maui/booth.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ mkDerivation {
5353
mainProgram = "booth";
5454
homepage = "https://invent.kde.org/maui/booth";
5555
license = licenses.gpl3Plus;
56-
maintainers = with maintainers; [ milahu ];
56+
maintainers = with maintainers; [ ];
5757
};
5858
}

pkgs/development/libraries/qt-6/modules/qtbase/default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,6 @@ stdenv.mkDerivation rec {
322322
lgpl3Plus
323323
];
324324
maintainers = with maintainers; [
325-
milahu
326325
nickcao
327326
LunNova
328327
];

pkgs/development/libraries/qt-6/qtModule.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ stdenv.mkDerivation (
6666
lgpl3Plus
6767
];
6868
maintainers = with maintainers; [
69-
milahu
7069
nickcao
7170
];
7271
platforms = platforms.unix;

pkgs/development/python-modules/slugid/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ buildPythonPackage rec {
2424
description = "URL-safe base64 UUID encoder for generating 22 character slugs";
2525
homepage = "https://github.com/taskcluster/slugid.py";
2626
license = licenses.mpl20;
27-
maintainers = with maintainers; [ milahu ];
27+
maintainers = with maintainers; [ ];
2828
};
2929
}

0 commit comments

Comments
 (0)