summaryrefslogtreecommitdiff
path: root/dev-ml/mccs/mccs-1.1.14.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/mccs/mccs-1.1.14.ebuild')
-rw-r--r--dev-ml/mccs/mccs-1.1.14.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ml/mccs/mccs-1.1.14.ebuild b/dev-ml/mccs/mccs-1.1.14.ebuild
index 85495f2cda7f..31ee77150591 100644
--- a/dev-ml/mccs/mccs-1.1.14.ebuild
+++ b/dev-ml/mccs/mccs-1.1.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -8,8 +8,8 @@ inherit dune
MY_PV=$(ver_rs 2 '+')
DESCRIPTION="Multi Criteria CUDF Solver"
-HOMEPAGE="http://www.i3s.unice.fr/~cpjm/misc/ https://github.com/AltGr/ocaml-mccs/issues"
-SRC_URI="https://github.com/AltGr/ocaml-mccs/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="https://github.com/ocaml-opam/ocaml-mccs"
+SRC_URI="https://github.com/ocaml-opam/ocaml-mccs/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}"/ocaml-${PN}-$(ver_rs 2 '-')
LICENSE="BSD"