Skip to content

Commit

Permalink
dev-ml/facile: Fix HOMEPAGE and SRC_URI
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.1
  • Loading branch information
a17r committed Aug 8, 2017
1 parent 6b4dd64 commit 14fa85d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-ml/facile/facile-1.1.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ EAPI=5

inherit eutils

DESCRIPTION="An OCaml constraint programming library on integer & integer set finite domains"
HOMEPAGE="http://www.recherche.enac.fr/log/facile/"
SRC_URI="http://www.recherche.enac.fr/log/facile/distrib/${P}.tar.gz"
DESCRIPTION="OCaml constraint programming library on integer & integer set finite domains"
HOMEPAGE="http://opti.recherche.enac.fr/"
SRC_URI="http://opti.recherche.enac.fr/facile/distrib/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0/${PV}"
Expand Down

0 comments on commit 14fa85d

Please sign in to comment.