photoprism: add ipetkov as maintainer (#543364)

This commit is contained in:
dotlambda
2026-07-19 00:35:19 +00:00
committed by GitHub
4 changed files with 18 additions and 3 deletions
+6
View File
@@ -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";
+4 -1
View File
@@ -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
];
};
}
+4 -1
View File
@@ -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
];
};
}
+4 -1
View File
@@ -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";
};
})