commit: 17667b208f2aad34028fc2c76a07ea4cb9279177 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Sat Jun 6 09:26:53 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sat Jun 6 09:26:53 2015 +0000 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=17667b20
dev-vcs/git-big-picture: Add github to remote-id in metadata.xml Package-Manager: portage-2.2.20 dev-vcs/git-big-picture/ChangeLog | 2 ++ dev-vcs/git-big-picture/metadata.xml | 11 +++++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/dev-vcs/git-big-picture/ChangeLog b/dev-vcs/git-big-picture/ChangeLog new file mode 100644 index 0000000..54a5566 --- /dev/null +++ b/dev-vcs/git-big-picture/ChangeLog @@ -0,0 +1,2 @@ + 06 Jun 2015; Justin Lecher <[email protected]> metadata.xml: + dev-vcs/git-big-picture: Add github to remote-id in metadata.xml diff --git a/dev-vcs/git-big-picture/metadata.xml b/dev-vcs/git-big-picture/metadata.xml index 16bcc9f..2306698 100644 --- a/dev-vcs/git-big-picture/metadata.xml +++ b/dev-vcs/git-big-picture/metadata.xml @@ -1,8 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer> - <email>[email protected]</email> - <name>Sebastian Pipping</name> - </maintainer> + <maintainer> + <email>[email protected]</email> + <name>Sebastian Pipping</name> + </maintainer> + <upstream> + <remote-id type="github">esc/git-big-picture</remote-id> + </upstream> </pkgmetadata>
