summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/vault')
-rw-r--r--dev-haskell/vault/ChangeLog7
-rw-r--r--dev-haskell/vault/metadata.xml5
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-haskell/vault/ChangeLog b/dev-haskell/vault/ChangeLog
index 2f52a290a46c..8c692530cc3d 100644
--- a/dev-haskell/vault/ChangeLog
+++ b/dev-haskell/vault/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/vault
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/vault/ChangeLog,v 1.10 2014/12/22 11:34:51 gienah Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/vault/ChangeLog,v 1.11 2015/06/06 18:25:09 jlec Exp $
+
+ 06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
+ Add github to remote-id in metadata.xml
*vault-0.3.0.4 (22 Dec 2014)
diff --git a/dev-haskell/vault/metadata.xml b/dev-haskell/vault/metadata.xml
index 815717af1a73..dc591c4402ff 100644
--- a/dev-haskell/vault/metadata.xml
+++ b/dev-haskell/vault/metadata.xml
@@ -4,10 +4,13 @@
<herd>haskell</herd>
<longdescription>
A /vault/ is a typed, persistent store for values of arbitrary types.
- It&#39;s like having first-class access to the storage space behind IORefs.
+ It's like having first-class access to the storage space behind IORefs.
The data structure is analogous to a bank vault,
where you can access different bank boxes with different keys;
hence the name.
</longdescription>
+ <upstream>
+ <remote-id type="github">HeinrichApfelmus/vault</remote-id>
+ </upstream>
</pkgmetadata>