We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 225a462 commit 81ba0bbCopy full SHA for 81ba0bb
src/fpm_settings.f90
@@ -10,7 +10,7 @@ module fpm_settings
10
private
11
public :: fpm_global_settings, get_global_settings, get_registry_settings, official_registry_base_url
12
13
- character(*), parameter :: official_registry_base_url = 'https://minhdao.pythonanywhere.com'
+ character(*), parameter :: official_registry_base_url = 'https://fpm-registry.onrender.com'
14
15
type :: fpm_global_settings
16
!> Path to the global config file excluding the file name.
0 commit comments