mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
photoprism: add ipetkov as maintainer
This commit is contained in:
@@ -58,6 +58,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