From df2aaf2a1229dbd2a9af5c8d5339f3aef5911354 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 25 Jun 2016 07:21:49 +0200 Subject: ZF: add documentation link in all packages --- php-zendframework-zend-permissions-acl.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/php-zendframework-zend-permissions-acl.spec b/php-zendframework-zend-permissions-acl.spec index 05aed4e..8e47a17 100644 --- a/php-zendframework-zend-permissions-acl.spec +++ b/php-zendframework-zend-permissions-acl.spec @@ -70,6 +70,8 @@ Provides: php-composer(%{gh_owner}/%{gh_project}) = %{version} Provides a lightweight and flexible access control list (ACL) implementation for privileges management. +Documentation: https://zendframework.github.io/%{gh_project}/ + %prep %setup -q -n %{gh_project}-%{gh_commit} -- cgit