maintainers: drop benesim (#543117)
This commit is contained in:
@@ -3423,13 +3423,6 @@
|
||||
githubId = 32903896;
|
||||
keys = [ { fingerprint = "CB5C 7B3C 3E6F 2A59 A583 A90A 8A60 0376 7BE9 5976"; } ];
|
||||
};
|
||||
benesim = {
|
||||
name = "Benjamin Isbarn";
|
||||
email = "benjamin.isbarn@gmail.com";
|
||||
github = "BeneSim";
|
||||
githubId = 29384538;
|
||||
keys = [ { fingerprint = "D35E C9CE E631 638F F1D8 B401 6F0E 410D C3EE D02"; } ];
|
||||
};
|
||||
bengsparks = {
|
||||
email = "benjamin.sparks@protonmail.com";
|
||||
github = "bengsparks";
|
||||
|
||||
@@ -62,7 +62,6 @@ buildGoModule {
|
||||
description = "Photoprism's backend";
|
||||
license = lib.licenses.agpl3Only;
|
||||
maintainers = with lib.maintainers; [
|
||||
benesim
|
||||
ipetkov
|
||||
];
|
||||
};
|
||||
|
||||
@@ -27,7 +27,6 @@ buildNpmPackage {
|
||||
description = "Photoprism's frontend";
|
||||
license = lib.licenses.agpl3Only;
|
||||
maintainers = with lib.maintainers; [
|
||||
benesim
|
||||
ipetkov
|
||||
];
|
||||
};
|
||||
|
||||
@@ -104,7 +104,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Personal Photo Management powered by Go and Google TensorFlow";
|
||||
license = lib.licenses.agpl3Only;
|
||||
maintainers = with lib.maintainers; [
|
||||
benesim
|
||||
ipetkov
|
||||
];
|
||||
mainProgram = "photoprism";
|
||||
|
||||
Reference in New Issue
Block a user