diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-06-25 07:21:49 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-06-25 07:21:49 +0200 |
commit | df2aaf2a1229dbd2a9af5c8d5339f3aef5911354 (patch) | |
tree | 26fea0edbafb8d04642083e28c48d24553fee42e | |
parent | 831bcb04e7254c509c1fcf37835612ca68800403 (diff) |
ZF: add documentation link in all packages
-rw-r--r-- | php-zendframework-zend-permissions-acl.spec | 2 |
1 files changed, 2 insertions, 0 deletions
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} |