diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-06-09 19:45:41 -0400 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-06-09 19:45:41 -0400 |
commit | 99fb2d5340a92d7a88e2c4a8427a48e7e40bb75c (patch) | |
tree | 511cd9d2dcac08b682bba58980b74845a99e4220 /doc | |
parent | 8e6f1a9b81c196d64605e29fc0cc9b7feb35f09c (diff) | |
download | buildstream-99fb2d5340a92d7a88e2c4a8427a48e7e40bb75c.tar.gz |
doc/examples/flatpak-autotools: Use consistent project name
This was named autotools-flatpak, changed to flatpak-autotools.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/flatpak-autotools/project.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/flatpak-autotools/project.conf b/doc/examples/flatpak-autotools/project.conf index 4cdc55171..0296b22f6 100644 --- a/doc/examples/flatpak-autotools/project.conf +++ b/doc/examples/flatpak-autotools/project.conf @@ -1,4 +1,4 @@ -name: autotools-flatpak +name: flatpak-autotools aliases: gnomesdk: https://sdk.gnome.org/ |