terraform-plugin-docs: rename from tfplugindocs

This commit is contained in:
Anthony Roussel 2023-11-01 07:50:28 +01:00
parent 2e4accdb63
commit 445b0b4395
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E
3 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{ buildGoModule, fetchFromGitHub, lib }:
buildGoModule rec {
pname = "tfplugindocs";
pname = "terraform-plugin-docs";
version = "0.14.1";
src = fetchFromGitHub {

View File

@ -883,6 +883,7 @@ mapAliases ({
telegram-cli = throw "telegram-cli was removed because it was broken and abandoned upstream"; # Added 2023-07-28
tensile = throw "'tensile' has been replaced with 'rocmPackages.tensile'"; # Added 2023-10-08
testVersion = testers.testVersion; # Added 2022-04-20
tfplugindocs = terraform-plugin-docs; # Added 2023-11-01
invalidateFetcherByDrvHash = testers.invalidateFetcherByDrvHash; # Added 2022-05-05
timescale-prometheus = promscale; # Added 2020-09-29
tinygltf = throw "TinyglTF has been embedded in draco due to lack of other users and compatibility breaks."; # Added 2023-06-25

View File

@ -2057,8 +2057,6 @@ with pkgs;
tfk8s = callPackage ../tools/misc/tfk8s { };
tfplugindocs = callPackage ../development/tools/tfplugindocs { };
thumbs = callPackage ../tools/misc/thumbs { };
tnat64 = callPackage ../tools/networking/tnat64 { };