summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--smarty/templates/rpmphp/zoom.tpl2
-rw-r--r--zoom.php3
2 files changed, 2 insertions, 3 deletions
diff --git a/smarty/templates/rpmphp/zoom.tpl b/smarty/templates/rpmphp/zoom.tpl
index 0c34d2e..c1f882e 100644
--- a/smarty/templates/rpmphp/zoom.tpl
+++ b/smarty/templates/rpmphp/zoom.tpl
@@ -43,7 +43,7 @@
<td{if $k eq 'Description'} id="pkgdb_desc"{/if}>
{if $k eq 'Bugzilla'}
<a href="{$v}">Active bugs</a>
- {elseif $k eq 'URL' or $k eq 'GitWeb' or $k eq 'PkgDB'}
+ {elseif $k eq 'URL' or $k eq 'Pagure' or $k eq 'PkgDB'}
<a href="{$v}">{$v}</a>
{else}
{$v}
diff --git a/zoom.php b/zoom.php
index 699f22f..96e2cf6 100644
--- a/zoom.php
+++ b/zoom.php
@@ -173,8 +173,7 @@ if ( !isset($name) || !$name ) {
'?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=ON_QA' .
'&amp;component=' . $name;
}
- $summary['GitWeb']
- = 'http://pkgs.fedoraproject.org/cgit/' . $name . '.git';
+ $summary['Pagure'] = "https://src.fedoraproject.org/rpms/$name";
$summary['PkgDB'] = $fedcli->getPackageURL($name);