diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2020-03-08 14:10:45 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-03-08 14:10:59 +0300 |
commit | edb659dc579fe56227adef0b0704ff13b6ef717e (patch) | |
tree | e9d48cd8afd99877d5b4c696d8b7a62a9d2121bd /installation | |
parent | 10f452ad1feae9a882b6dc4cd35e09adb7e78208 (diff) | |
parent | 6d797b99282ff1067c6af04b3e1775ff2281333b (diff) | |
download | pleroma-edb659dc579fe56227adef0b0704ff13b6ef717e.tar.gz pleroma-edb659dc579fe56227adef0b0704ff13b6ef717e.zip |
Merge branch 'develop' into issue/1276
Diffstat (limited to 'installation')
-rwxr-xr-x | installation/download-mastofe-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installation/download-mastofe-build.sh b/installation/download-mastofe-build.sh index 7e293867d..ee9e1c217 100755 --- a/installation/download-mastofe-build.sh +++ b/installation/download-mastofe-build.sh @@ -1,6 +1,6 @@ #!/bin/sh # Pleroma: A lightweight social networking server -# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/> +# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> # SPDX-License-Identifier: AGPL-3.0-only project_id="74" project_branch="rebase/glitch-soc" |