From c49bcecdc6559d6da8c1552152c975707e0d6aa1 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 19 Feb 2024 15:56:11 +0100 Subject: [PATCH] point to modified sourcecode as per AGPL license of original source, modifications must be disclosed. --- resources/views/site/opensource.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/site/opensource.blade.php b/resources/views/site/opensource.blade.php index cb2e7c771..63645f0c4 100644 --- a/resources/views/site/opensource.blade.php +++ b/resources/views/site/opensource.blade.php @@ -7,7 +7,7 @@
-

The software that powers this website is called Pixelfed and anyone can download or view the source code and run their own instance!

+

This website runs a modified version of the Pixelfed software, which you can find on Git (original, unmodified software: here on Github

@endsection