mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
Update repository URLs to nextgen-networks while preserving issue/pull links
Replaced references to the-djmaze/snappymail with nextgen-networks/snappymail/ across the repository, excluding README files. Per user request: - README files are left untouched. - Links containing /issues/ and /pull/ are left as they are (pointing to the-djmaze). - All other links, including those to /releases/, /wiki/, /discussions/, /blob/, /tree/, and bare repo URLs, are updated to point to the new nextgen-networks repository. - Bare web URLs include a trailing slash. - .git and git:// URLs are updated to the new organization. - Screenshots and raw content links are updated. Co-authored-by: nextgen-networks <21206978+nextgen-networks@users.noreply.github.com>
This commit is contained in:
parent
60696d03fd
commit
a6492d7b0f
14 changed files with 29 additions and 29 deletions
|
|
@ -5,7 +5,7 @@ WORKDIR /app/code
|
|||
|
||||
# If you change the extraction below, be sure to test on scaleway
|
||||
VERSION=2.38.2
|
||||
RUN wget https://github.com/the-djmaze/snappymail/releases/download/v${VERSION}/snappymail-${VERSION}.zip -O /tmp/snappymail.zip && \
|
||||
RUN wget https://github.com/nextgen-networks/snappymail/releases/download/v${VERSION}/snappymail-${VERSION}.zip -O /tmp/snappymail.zip && \
|
||||
unzip /tmp/snappymail.zip -d /app/code && \
|
||||
rm /tmp/snappymail.zip && \
|
||||
find /app/code/snappymail -type d -exec chmod 755 {} \; && \
|
||||
|
|
|
|||
|
|
@ -25,19 +25,19 @@ There, click on the link to go to the SnappyMail admin panel.
|
|||
]]></description>
|
||||
<namespace>SnappyMail</namespace>
|
||||
<documentation>
|
||||
<user>https://github.com/the-djmaze/snappymail/blob/master/integrations/nextcloud/snappymail/README.md</user>
|
||||
<admin>https://github.com/the-djmaze/snappymail/wiki/Admin-Manual</admin>
|
||||
<developer>https://github.com/the-djmaze/snappymail/wiki/Developer-Documentation</developer>
|
||||
<website>https://github.com/the-djmaze/snappymail/wiki</website>
|
||||
<user>https://github.com/nextgen-networks/snappymail/blob/master/integrations/nextcloud/snappymail/README.md</user>
|
||||
<admin>https://github.com/nextgen-networks/snappymail/wiki/Admin-Manual</admin>
|
||||
<developer>https://github.com/nextgen-networks/snappymail/wiki/Developer-Documentation</developer>
|
||||
<website>https://github.com/nextgen-networks/snappymail/wiki</website>
|
||||
</documentation>
|
||||
<category>integration</category>
|
||||
<category>office</category>
|
||||
<category>search</category>
|
||||
<category>social</category>
|
||||
<screenshot>https://raw.githubusercontent.com/the-djmaze/snappymail/master/integrations/nextcloud/screenshots/inbox.jpg</screenshot>
|
||||
<screenshot>https://raw.githubusercontent.com/nextgen-networks/snappymail/master/integrations/nextcloud/screenshots/inbox.jpg</screenshot>
|
||||
<website>https://snappymail.eu</website>
|
||||
<discussion>https://github.com/the-djmaze/snappymail/discussions</discussion>
|
||||
<repository>https://github.com/the-djmaze/snappymail/tree/master/integrations/nextcloud</repository>
|
||||
<discussion>https://github.com/nextgen-networks/snappymail/discussions</discussion>
|
||||
<repository>https://github.com/nextgen-networks/snappymail/tree/master/integrations/nextcloud</repository>
|
||||
<bugs>https://github.com/the-djmaze/snappymail/issues</bugs>
|
||||
<dependencies>
|
||||
<php min-version="7.4" min-int-size="32" />
|
||||
|
|
|
|||
|
|
@ -22,17 +22,17 @@ There, click on the link to go to the SnappyMail admin panel.
|
|||
]]></description>
|
||||
<namespace>SnappyMail</namespace>
|
||||
<documentation>
|
||||
<user>https://github.com/the-djmaze/snappymail/blob/master/integrations/owncloud/snappymail/README.md</user>
|
||||
<website>https://github.com/the-djmaze/snappymail/wiki</website>
|
||||
<user>https://github.com/nextgen-networks/snappymail/blob/master/integrations/owncloud/snappymail/README.md</user>
|
||||
<website>https://github.com/nextgen-networks/snappymail/wiki</website>
|
||||
</documentation>
|
||||
<category>integration</category>
|
||||
<category>office</category>
|
||||
<category>search</category>
|
||||
<category>social</category>
|
||||
<screenshot>https://raw.githubusercontent.com/the-djmaze/snappymail/master/integrations/owncloud/screenshots/inbox.jpg</screenshot>
|
||||
<screenshot>https://raw.githubusercontent.com/nextgen-networks/snappymail/master/integrations/owncloud/screenshots/inbox.jpg</screenshot>
|
||||
<website>https://snappymail.eu</website>
|
||||
<discussion>https://github.com/the-djmaze/snappymail/discussions</discussion>
|
||||
<repository>https://github.com/the-djmaze/snappymail/tree/master/integrations/owncloud</repository>
|
||||
<discussion>https://github.com/nextgen-networks/snappymail/discussions</discussion>
|
||||
<repository>https://github.com/nextgen-networks/snappymail/tree/master/integrations/owncloud</repository>
|
||||
<bugs>https://github.com/the-djmaze/snappymail/issues</bugs>
|
||||
<dependencies>
|
||||
<php min-version="7.4" min-int-size="64" />
|
||||
|
|
|
|||
|
|
@ -153,7 +153,7 @@ sub script_snappymail_files
|
|||
local ($d, $ver, $opts, $upgrade) = @_;
|
||||
local @files = ( { 'name' => "source",
|
||||
'file' => "snappymail-$ver.tar.gz",
|
||||
'url' => "https://github.com/the-djmaze/snappymail/releases/download/v${ver}/snappymail-${ver}.tar.gz" },
|
||||
'url' => "https://github.com/nextgen-networks/snappymail/releases/download/v${ver}/snappymail-${ver}.tar.gz" },
|
||||
);
|
||||
return @files;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue