diff options
author | Ondřej Čertík <ondrej@certik.us> | 2020-07-21 09:05:39 -0600 |
---|---|---|
committer | Ondřej Čertík <ondrej@certik.us> | 2020-07-21 11:51:42 -0600 |
commit | 87d0320a51381b05d3c04db8b6c663d5741f888a (patch) | |
tree | 4f5e62584781f9c0600445fb4e38c0965f757025 /bootstrap | |
parent | c48caf28ae84da0cfa1beca49bd54076ace3e192 (diff) | |
download | fpm-87d0320a51381b05d3c04db8b6c663d5741f888a.tar.gz fpm-87d0320a51381b05d3c04db8b6c663d5741f888a.zip |
Update paths in package.yaml
Diffstat (limited to 'bootstrap')
-rw-r--r-- | bootstrap/package.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/package.yaml b/bootstrap/package.yaml index 7cf11c6..ec5ecf2 100644 --- a/bootstrap/package.yaml +++ b/bootstrap/package.yaml @@ -7,8 +7,8 @@ maintainer: "example@example.com" copyright: "2020 Author name here" extra-source-files: -- README.md -- ChangeLog.md +- ../README.md +- ../ChangeLog.md # Metadata used when publishing your package # synopsis: Short description of your package |