Skip to content

Commit 83a657c

Browse files
Merge pull request #324353 from delan/bye
maintainers: remove delan
2 parents 6fd558c + 01aa077 commit 83a657c

File tree

5 files changed

+4
-10
lines changed

5 files changed

+4
-10
lines changed

maintainers/maintainer-list.nix

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4750,12 +4750,6 @@
47504750
github = "deinferno";
47514751
githubId = 14363193;
47524752
};
4753-
delan = {
4754-
name = "Delan Azabani";
4755-
email = "[email protected]";
4756-
github = "delan";
4757-
githubId = 465303;
4758-
};
47594753
delehef = {
47604754
name = "Franklin Delehelle";
47614755
email = "[email protected]";

pkgs/games/osu-lazer/bin.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ let
3535
unfreeRedistributable # osu-framework contains libbass.so in repository
3636
];
3737
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
38-
maintainers = with lib.maintainers; [ delan gepbird spacefault stepbrobd ];
38+
maintainers = with lib.maintainers; [ gepbird spacefault stepbrobd ];
3939
mainProgram = "osu!";
4040
platforms = [ "aarch64-darwin" "x86_64-darwin" "x86_64-linux" ];
4141
};

pkgs/misc/cups/drivers/fxlinuxprint/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
4646
homepage = "https://onlinesupport.fujixerox.com";
4747
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
4848
license = licenses.unfree;
49-
maintainers = with maintainers; [ delan ];
49+
maintainers = with maintainers; [ ];
5050
platforms = platforms.linux;
5151
};
5252
}

pkgs/tools/misc/fxlinuxprintutil/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
5454
homepage = "https://onlinesupport.fujixerox.com";
5555
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
5656
license = licenses.unfree;
57-
maintainers = with maintainers; [ delan ];
57+
maintainers = with maintainers; [ ];
5858
platforms = platforms.linux;
5959
};
6060
}

pkgs/tools/networking/bore/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ rustPlatform.buildRustPackage rec {
4444
description = "DNS query tool";
4545
homepage = "https://crates.io/crates/bore";
4646
license = licenses.isc;
47-
maintainers = [ maintainers.delan ];
47+
maintainers = [ ];
4848
mainProgram = "bore";
4949
broken = stdenv.isDarwin; # bindgen fails on: "in6_addr_union_(...)" is not a valid Ident
5050
};

0 commit comments

Comments
 (0)