tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
terraform-docs: add anthonyroussel to maintainers
Anthony ROUSSEL
4 months ago
87559840
54831fe0
+4
-1
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
te
terraform-docs
package.nix
+4
-1
pkgs/by-name/te/terraform-docs/package.nix
···
51
mainProgram = "terraform-docs";
52
homepage = "https://github.com/terraform-docs/terraform-docs/";
53
license = licenses.mit;
54
-
maintainers = with maintainers; [ zimbatm ];
0
0
0
55
};
56
})
···
51
mainProgram = "terraform-docs";
52
homepage = "https://github.com/terraform-docs/terraform-docs/";
53
license = licenses.mit;
54
+
maintainers = with maintainers; [
55
+
zimbatm
56
+
anthonyroussel
57
+
];
58
};
59
})