maintainers: remove spacefault

This commit is contained in:
Lily 2024-07-09 06:00:46 -06:00
parent a630e7a847
commit d24d59a37a
No known key found for this signature in database
GPG Key ID: FB2498F091F7B5AA
3 changed files with 2 additions and 7 deletions

View File

@ -18933,11 +18933,6 @@
githubId = 10437171;
keys = [ { fingerprint = "75F0 AB7C FE01 D077 AEE6 CAFD 353E 4A18 EE0F AB72"; } ];
};
spacefault = {
github = "spacefault";
githubId = 74156492;
name = "spacefault";
};
spacefrogg = {
email = "spacefrogg-nixos@meterriblecrew.net";
github = "spacefrogg";

View File

@ -142,7 +142,7 @@ stdenv.mkDerivation rec {
description = "Photo Management Program";
license = licenses.gpl2;
homepage = "https://www.digikam.org";
maintainers = with maintainers; [ spacefault ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
mainProgram = "digikam";
};

View File

@ -35,7 +35,7 @@ let
unfreeRedistributable # osu-framework contains libbass.so in repository
];
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
maintainers = with lib.maintainers; [ gepbird spacefault stepbrobd ];
maintainers = with lib.maintainers; [ gepbird stepbrobd ];
mainProgram = "osu!";
platforms = [ "aarch64-darwin" "x86_64-darwin" "x86_64-linux" ];
};