mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-14 19:20:29 +03:00
Anchor correction
This commit is contained in:
parent
5101080424
commit
22f9895927
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ class FDroid
|
||||||
function getlicenseurl($license) {
|
function getlicenseurl($license) {
|
||||||
switch($license) {
|
switch($license) {
|
||||||
case 'MIT':
|
case 'MIT':
|
||||||
return 'http://www.gnu.org/licenses/license-list.html#X11';
|
return 'http://www.gnu.org/licenses/license-list.html#X11License';
|
||||||
case 'BSD':
|
case 'BSD':
|
||||||
return 'http://www.gnu.org/licenses/license-list.html#ModifiedBSD';
|
return 'http://www.gnu.org/licenses/license-list.html#ModifiedBSD';
|
||||||
case 'GPLv3':
|
case 'GPLv3':
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue