diff options
| author | Dima Panov <fluffy@FreeBSD.org> | 2023-07-26 12:43:49 +0000 |
|---|---|---|
| committer | Dima Panov <fluffy@FreeBSD.org> | 2023-07-26 12:46:41 +0000 |
| commit | 1de44df5d3716208bd26a648a70ff32e0fca603d (patch) | |
| tree | 7fc0a70603b3cc15aee987142f8d720be940bdcf | |
| parent | 4e70d5db19b623a97a5057af496b1879431f37ca (diff) | |
Mk/bsd.sites.mk: remove gead GIMP mirrors
http://gimp.mirrors.hoobly.com and http://mirror.hessmo.com are dead
http://gimper.net and http://de-mirror.gimper.net now redirects to wallpapers.com
Sponsored by: Serenity Cybersecurity, LLC
| -rw-r--r-- | Mk/bsd.sites.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 2832c818a751..5243b13ed263 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -585,9 +585,6 @@ MASTER_SITE_GNOME+= \ .if !defined(IGNORE_MASTER_SITE_GIMP) MASTER_SITE_GIMP+= \ http://gimp.mirrors.hoobly.com/pub/%SUBDIR%/ \ - http://gimper.net/downloads/pub/%SUBDIR%/ \ - http://mirror.hessmo.com/gimp/pub/%SUBDIR%/ \ - http://de-mirror.gimper.net/pub/%SUBDIR%/ \ http://gimp.afri.cc/pub/%SUBDIR%/ \ https://download.gimp.org/pub/%SUBDIR%/ .endif |
