Class: Dependabot::Conda::MetadataFinder

Inherits:
MetadataFinders::Base
  • Object
show all
Extended by:
T::Sig
Defined in:
lib/dependabot/conda/metadata_finder.rb

Instance Method Summary collapse

Instance Method Details

#homepage_urlObject



15
16
17
18
19
# File 'lib/dependabot/conda/metadata_finder.rb', line 15

def homepage_url
  return .homepage_url if pip_dependency?

  nil
end