aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc/stdman/stdman-2022.07.30.ebuild')
-rw-r--r--app-doc/stdman/stdman-2022.07.30.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/stdman/stdman-2022.07.30.ebuild b/app-doc/stdman/stdman-2022.07.30.ebuild
index 925be0cbc..632817fe3 100644
--- a/app-doc/stdman/stdman-2022.07.30.ebuild
+++ b/app-doc/stdman/stdman-2022.07.30.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DESCRIPTION="Formatted C++ stdlib man pages (cppreference)"
-HOMEPAGE="https://github.com/jeaye/stdman"
+HOMEPAGE="https://github.com/jeaye/stdman https://cppreference.com"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
@@ -14,7 +14,7 @@ else
SRC_URI="https://github.com/jeaye/stdman/archive/${PV}.tar.gz -> ${P}.tar.gz"
fi
-LICENSE="MIT"
+LICENSE="CC-BY-SA-3.0 FDL-1.3 MIT"
SLOT="0"
src_prepare() {