diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-06-06 11:42:48 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-06-06 11:42:48 +0000 |
commit | 76a404f3623486754e42d6991608b05fccd796a6 (patch) | |
tree | 15970b077b7ed307845e27383772744f6e31920d /dev-haskell/http-client-conduit | |
parent | Add github to remote-id in metadata.xml (diff) | |
download | gentoo-2-76a404f3623486754e42d6991608b05fccd796a6.tar.gz gentoo-2-76a404f3623486754e42d6991608b05fccd796a6.tar.bz2 gentoo-2-76a404f3623486754e42d6991608b05fccd796a6.zip |
Add github to remote-id in metadata.xml
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'dev-haskell/http-client-conduit')
-rw-r--r-- | dev-haskell/http-client-conduit/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/http-client-conduit/metadata.xml | 3 |
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-haskell/http-client-conduit/ChangeLog b/dev-haskell/http-client-conduit/ChangeLog index 40882d6078a0..1addfec91650 100644 --- a/dev-haskell/http-client-conduit/ChangeLog +++ b/dev-haskell/http-client-conduit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/http-client-conduit -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-client-conduit/ChangeLog,v 1.4 2014/07/25 08:59:13 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-client-conduit/ChangeLog,v 1.5 2015/06/06 11:42:48 jlec Exp $ + + 06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: + Add github to remote-id in metadata.xml 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> metadata.xml: Drop redundant '<maintainer>' field, leave only '<herd>'. diff --git a/dev-haskell/http-client-conduit/metadata.xml b/dev-haskell/http-client-conduit/metadata.xml index c4c87d78d676..6484303fe7cc 100644 --- a/dev-haskell/http-client-conduit/metadata.xml +++ b/dev-haskell/http-client-conduit/metadata.xml @@ -5,4 +5,7 @@ <longdescription> Intended for use by higher-level libraries, such as http-conduit. </longdescription> + <upstream> + <remote-id type="github">snoyberg/http-client</remote-id> + </upstream> </pkgmetadata> |