photoprism: add ipetkov as maintainer (#543364)
This commit is contained in:
@@ -11976,6 +11976,12 @@
|
||||
githubId = 16307070;
|
||||
name = "iosmanthus";
|
||||
};
|
||||
ipetkov = {
|
||||
name = "Ivan Petkov";
|
||||
github = "ipetkov";
|
||||
githubId = 1638690;
|
||||
email = "nixpkgs@ipetkov.dev";
|
||||
};
|
||||
ipsavitsky = {
|
||||
email = "ipsavitsky234@gmail.com";
|
||||
github = "ipsavitsky";
|
||||
|
||||
@@ -61,6 +61,9 @@ buildGoModule {
|
||||
homepage = "https://photoprism.app";
|
||||
description = "Photoprism's backend";
|
||||
license = lib.licenses.agpl3Only;
|
||||
maintainers = with lib.maintainers; [ benesim ];
|
||||
maintainers = with lib.maintainers; [
|
||||
benesim
|
||||
ipetkov
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -32,6 +32,9 @@ buildNpmPackage {
|
||||
homepage = "https://photoprism.app";
|
||||
description = "Photoprism's frontend";
|
||||
license = lib.licenses.agpl3Only;
|
||||
maintainers = with lib.maintainers; [ benesim ];
|
||||
maintainers = with lib.maintainers; [
|
||||
benesim
|
||||
ipetkov
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -103,7 +103,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://photoprism.app";
|
||||
description = "Personal Photo Management powered by Go and Google TensorFlow";
|
||||
license = lib.licenses.agpl3Only;
|
||||
maintainers = with lib.maintainers; [ benesim ];
|
||||
maintainers = with lib.maintainers; [
|
||||
benesim
|
||||
ipetkov
|
||||
];
|
||||
mainProgram = "photoprism";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user