apply new lint rules forcing HTTPS to savannah.gnu.org
sed -i \ -e 's,[a-z]*://savannah.gnu.org,https://savannah.gnu.org,' \ -e 's,[a-z]*://download.savannah.gnu.org,https://download.savannah.gnu.org,' \ -e 's,[a-z]*://git.savannah.gnu.org,https://git.savannah.gnu.org,' \ metadata/*.txt
This commit is contained in:
parent
d621465ce1
commit
9fda7c5470
|
@ -20,7 +20,7 @@ Build:1.4.1,2
|
||||||
subdir=android-proj
|
subdir=android-proj
|
||||||
patch=bobby.patch
|
patch=bobby.patch
|
||||||
prebuild=sed -i 's/true/false/g' AndroidManifest.xml && \
|
prebuild=sed -i 's/true/false/g' AndroidManifest.xml && \
|
||||||
wget http://download.savannah.gnu.org/releases/freetype/freetype-2.4.10.tar.bz2 && \
|
wget https://download.savannah.gnu.org/releases/freetype/freetype-2.4.10.tar.bz2 && \
|
||||||
tar xvjf freetype-2.4.10.tar.bz2 && \
|
tar xvjf freetype-2.4.10.tar.bz2 && \
|
||||||
rm freetype-2.4.10.tar.bz2 && \
|
rm freetype-2.4.10.tar.bz2 && \
|
||||||
git clone https://git.code.sf.net/p/alleg/allegro && \
|
git clone https://git.code.sf.net/p/alleg/allegro && \
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Categories:Writing
|
Categories:Writing
|
||||||
License:GPL-3.0
|
License:GPL-3.0
|
||||||
Web Site:http://josep-portella.com/en/software/diary
|
Web Site:http://josep-portella.com/en/software/diary
|
||||||
Source Code:http://git.savannah.gnu.org/cgit/diary.git
|
Source Code:https://git.savannah.gnu.org/cgit/diary.git
|
||||||
Issue Tracker:
|
Issue Tracker:
|
||||||
|
|
||||||
Auto Name:Diary
|
Auto Name:Diary
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Categories:Multimedia
|
Categories:Multimedia
|
||||||
License:GPL-3.0+
|
License:GPL-3.0+
|
||||||
Web Site:http://josep-portella.com/en/software/magia-dni
|
Web Site:http://josep-portella.com/en/software/magia-dni
|
||||||
Source Code:http://git.savannah.gnu.org/cgit/magiadni.git
|
Source Code:https://git.savannah.gnu.org/cgit/magiadni.git
|
||||||
Issue Tracker:
|
Issue Tracker:
|
||||||
|
|
||||||
Auto Name:MagiaDNI
|
Auto Name:MagiaDNI
|
||||||
|
@ -15,7 +15,7 @@ named exactly as the card's holder.
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
Repo:http://git.savannah.gnu.org/r/magiadni.git
|
Repo:https://git.savannah.gnu.org/git/magiadni.git
|
||||||
|
|
||||||
Build:1.6,7
|
Build:1.6,7
|
||||||
commit=v1.6
|
commit=v1.6
|
||||||
|
|
|
@ -17,7 +17,7 @@ backup and you can open the files with other applications.
|
||||||
Includes basic functionality for browsing the old entries. Available in English,
|
Includes basic functionality for browsing the old entries. Available in English,
|
||||||
Catalan and Spanish.
|
Catalan and Spanish.
|
||||||
|
|
||||||
Forked from [http://git.savannah.gnu.org/cgit/diary.git] Updated for android 4
|
Forked from [https://git.savannah.gnu.org/cgit/diary.git] Updated for android 4
|
||||||
and later.
|
and later.
|
||||||
.
|
.
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
Categories:Internet
|
Categories:Internet
|
||||||
License:GPL-3.0+
|
License:GPL-3.0+
|
||||||
Web Site:https://savannah.nongnu.org/projects/kiba
|
Web Site:https://savannah.nongnu.org/projects/kiba
|
||||||
Source Code:http://git.savannah.gnu.org/cgit/kiba.git/tree
|
Source Code:https://git.savannah.gnu.org/cgit/kiba.git/tree
|
||||||
Issue Tracker:https://savannah.nongnu.org/bugs/?func=additem&group=kiba
|
Issue Tracker:https://savannah.nongnu.org/bugs/?func=additem&group=kiba
|
||||||
Changelog:http://git.savannah.gnu.org/cgit/kiba.git/log
|
Changelog:https://git.savannah.gnu.org/cgit/kiba.git/log
|
||||||
|
|
||||||
Auto Name:KIBA
|
Auto Name:KIBA
|
||||||
Summary:A booth attraction app
|
Summary:A booth attraction app
|
||||||
|
|
Loading…
Reference in a new issue