Skip to content
Snippets Groups Projects
Commit b3c991a6 authored by Dustin Rodrigues's avatar Dustin Rodrigues
Browse files

search: use https for fink query url

parent 793ab30b
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ module Homebrew
PACKAGE_MANAGERS = {
macports: ->(query) { "https://www.macports.org/ports.php?by=name&substr=#{query}" },
fink: ->(query) { "http://pdb.finkproject.org/pdb/browse.php?summary=#{query}" },
fink: ->(query) { "https://pdb.finkproject.org/pdb/browse.php?summary=#{query}" },
opensuse: ->(query) { "https://software.opensuse.org/search?q=#{query}" },
fedora: ->(query) { "https://apps.fedoraproject.org/packages/s/#{query}" },
debian: lambda { |query|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment