Skip to content

Commit

Permalink
fix: remove references to unstable fedora copr (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
friday authored Sep 16, 2024
1 parent a4b8f67 commit 4622ad5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _includes/index/releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</p>

<div style="display: none" id="fedora-dev-repo">
<code>sudo dnf copr enable troycurtisjr/ulauncher</code>
<p>We don't currently support any dev repository for Fedora</p>
</div>
<code class="event-fedora">sudo dnf install ulauncher</code>
</li>
Expand Down
3 changes: 1 addition & 2 deletions assets/js/releases.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ jQuery(function($) {
.attr('href', aurLink)
.text(aurLink);

var fedoraLink = selectStable ? 'https://src.fedoraproject.org/rpms/ulauncher/' :
'https://copr.fedorainfracloud.org/coprs/troycurtisjr/ulauncher/';
var fedoraLink = 'https://src.fedoraproject.org/rpms/ulauncher/';
$('#release-fedora')
.attr('href', fedoraLink)
.text(fedoraLink);
Expand Down

0 comments on commit 4622ad5

Please sign in to comment.