*/*: Bump copyright on files touched this year
[gentoo.git] / dev-haskell / transformers-compat / transformers-compat-0.4.0.4.ebuild
index 483ff7a4791a19803adc784240be675bf51fd1ce..3a6bd8e9faaa74a9ed154a2ae6e989d5c22d8adc 100644 (file)
@@ -1,6 +1,5 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI=5
 
@@ -12,11 +11,11 @@ inherit haskell-cabal
 
 DESCRIPTION="A small compatibility shim for dev-haskell/transformers"
 HOMEPAGE="https://github.com/ekmett/transformers-compat/"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="alpha amd64 ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ppc ~ppc64 sparc x86"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-7.4.1:=