From 9425586fc5258f41619fb2d72ba7423c75cb8074 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Mon, 27 Feb 2023 13:16:03 +0100 Subject: release script: update default repository --- .github/release.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/release.php b/.github/release.php index 4e1bba2ae..7a9a9462f 100644 --- a/.github/release.php +++ b/.github/release.php @@ -12,7 +12,7 @@ class Release extends splitbrain\phpcli\CLI const TYPES = ['stable', 'hotfix', 'rc']; // base URL to fetch raw files from the stable branch - protected $BASERAW = 'https://raw.githubusercontent.com/splitbrain/dokuwiki/stable/'; + protected $BASERAW = 'https://raw.githubusercontent.com/dokuwiki/dokuwiki/stable/'; /** @inheritdoc */ public function __construct($autocatch = true) -- cgit v1.2.3