maintainers: remove delan

This commit is contained in:
Delan Azabani
2024-07-03 19:54:30 +08:00
parent 67c89a3dfe
commit 01aa077998
5 changed files with 4 additions and 10 deletions
-6
View File
@@ -4750,12 +4750,6 @@
github = "deinferno";
githubId = 14363193;
};
delan = {
name = "Delan Azabani";
email = "delan@azabani.com";
github = "delan";
githubId = 465303;
};
delehef = {
name = "Franklin Delehelle";
email = "nix@odena.eu";
+1 -1
View File
@@ -35,7 +35,7 @@ let
unfreeRedistributable # osu-framework contains libbass.so in repository
];
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
maintainers = with lib.maintainers; [ delan gepbird spacefault stepbrobd ];
maintainers = with lib.maintainers; [ gepbird spacefault stepbrobd ];
mainProgram = "osu!";
platforms = [ "aarch64-darwin" "x86_64-darwin" "x86_64-linux" ];
};
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
homepage = "https://onlinesupport.fujixerox.com";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
maintainers = with maintainers; [ delan ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}
+1 -1
View File
@@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
homepage = "https://onlinesupport.fujixerox.com";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
maintainers = with maintainers; [ delan ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}
+1 -1
View File
@@ -44,7 +44,7 @@ rustPlatform.buildRustPackage rec {
description = "DNS query tool";
homepage = "https://crates.io/crates/bore";
license = licenses.isc;
maintainers = [ maintainers.delan ];
maintainers = [ ];
mainProgram = "bore";
broken = stdenv.isDarwin; # bindgen fails on: "in6_addr_union_(...)" is not a valid Ident
};