Merge pull request #325823 from spacefault/maintainer1

maintainers: remove spacefault
This commit is contained in:
Franz Pletz 2024-07-09 15:08:24 +02:00 committed by GitHub
commit 87386a74f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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" ];
};