diff options
author | Mike Gilbert <floppym@gentoo.org> | 2015-08-24 16:12:35 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2015-08-24 16:30:34 -0400 |
commit | 1bfb585cc60a9e59b690700e7a0dadc691e2b9d0 (patch) | |
tree | cbce55e6b267e850e3b680ff6806486deda6d0d9 /dev-java/jcip-annotations/metadata.xml | |
parent | sys-kernel/hardened-sources: add 4.1.6-r1 (diff) | |
download | gentoo-1bfb585cc60a9e59b690700e7a0dadc691e2b9d0.tar.gz gentoo-1bfb585cc60a9e59b690700e7a0dadc691e2b9d0.tar.bz2 gentoo-1bfb585cc60a9e59b690700e7a0dadc691e2b9d0.zip |
Revert DOCTYPE SYSTEM https changes in metadata.xml
repoman does not yet accept the https version.
This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450.
Bug: https://bugs.gentoo.org/552720
Diffstat (limited to 'dev-java/jcip-annotations/metadata.xml')
-rw-r--r-- | dev-java/jcip-annotations/metadata.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/jcip-annotations/metadata.xml b/dev-java/jcip-annotations/metadata.xml index fd40f3102089..f71022b22834 100644 --- a/dev-java/jcip-annotations/metadata.xml +++ b/dev-java/jcip-annotations/metadata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>java</herd> <longdescription>The JCIP Annotations are really useful, however they are released under the Creative Commons Attribution License, which is not recommended for licensing software and may therefore cause issues for some people.</longdescription> |