diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-21 10:27:24 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-21 10:56:17 +0200 |
commit | 336d2200d4ab44ef746c6e4b0eaeb22abc235cbb (patch) | |
tree | 5b4aa44a7d4957effc0c6a005f75c1f7eeb8f6d8 /app-cdr/mirage2iso/mirage2iso-9999.ebuild | |
parent | dev-db/mysql-workbench: fix compilation with recent glibmm, fixing bug 600376 (diff) | |
download | gentoo-336d2200d4ab44ef746c6e4b0eaeb22abc235cbb.tar.gz gentoo-336d2200d4ab44ef746c6e4b0eaeb22abc235cbb.tar.bz2 gentoo-336d2200d4ab44ef746c6e4b0eaeb22abc235cbb.zip |
app-cdr/mirage2iso: Moved to GitHub
Diffstat (limited to 'app-cdr/mirage2iso/mirage2iso-9999.ebuild')
-rw-r--r-- | app-cdr/mirage2iso/mirage2iso-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-cdr/mirage2iso/mirage2iso-9999.ebuild b/app-cdr/mirage2iso/mirage2iso-9999.ebuild index 19d448a45d70..117ba275a26e 100644 --- a/app-cdr/mirage2iso/mirage2iso-9999.ebuild +++ b/app-cdr/mirage2iso/mirage2iso-9999.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git" +EGIT_REPO_URI="https://github.com/mgorny/mirage2iso.git" inherit autotools git-r3 DESCRIPTION="CD/DVD image converter using libmirage" -HOMEPAGE="https://bitbucket.org/mgorny/mirage2iso/" +HOMEPAGE="https://github.com/mgorny/mirage2iso/" SRC_URI="" LICENSE="BSD" |