Skip to content

Commit

Permalink
gnustep-apps/pikopixel: use HTTPS for links to dev.gentoo.org
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Turco authored and mgorny committed Sep 6, 2017
1 parent ca5266c commit 5d52a29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gnustep-apps/pikopixel/pikopixel-1.0_beta7.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DESCRIPTION="a free application for drawing & editing pixel-art images"
HOMEPAGE="http://twilightedge.com/mac/pikopixel/"
# Web hosting wants a proper User-Agent
#SRC_URI="http://twilightedge.com/downloads/${MY_P}.zip"
SRC_URI="http://dev.gentoo.org/~voyageur/distfiles/${MY_P}.zip"
SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${MY_P}.zip"

LICENSE="AGPL-3"
SLOT="0"
Expand Down
2 changes: 1 addition & 1 deletion gnustep-apps/pikopixel/pikopixel-1.0_beta8.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DESCRIPTION="a free application for drawing & editing pixel-art images"
HOMEPAGE="http://twilightedge.com/mac/pikopixel/"
# Web hosting wants a proper User-Agent
#SRC_URI="http://twilightedge.com/downloads/${MY_P}.tar.gz"
SRC_URI="http://dev.gentoo.org/~voyageur/distfiles/${MY_P}.tar.gz"
SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${MY_P}.tar.gz"

LICENSE="AGPL-3+"
SLOT="0"
Expand Down

0 comments on commit 5d52a29

Please sign in to comment.