tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
ente-cli: add maintainer iedame
Rafael Ieda
5 months ago
959ffd11
925b7e36
+3
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
en
ente-cli
package.nix
+3
-2
pkgs/by-name/en/ente-cli/package.nix
···
86
86
homepage = "https://github.com/ente-io/ente/tree/main/cli#readme";
87
87
changelog = "https://github.com/ente-io/ente/releases/tag/cli-v${finalAttrs.version}";
88
88
license = lib.licenses.agpl3Only;
89
89
-
maintainers = [
90
90
-
lib.maintainers.zi3m5f
89
89
+
maintainers = with lib.maintainers; [
90
90
+
zi3m5f
91
91
+
iedame
91
92
];
92
93
mainProgram = "ente";
93
94
};