Skip to content

Commit 81ba0bb

Browse files
committed
Change registry base url
1 parent 225a462 commit 81ba0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fpm_settings.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module fpm_settings
1010
private
1111
public :: fpm_global_settings, get_global_settings, get_registry_settings, official_registry_base_url
1212

13-
character(*), parameter :: official_registry_base_url = 'https://minhdao.pythonanywhere.com'
13+
character(*), parameter :: official_registry_base_url = 'https://fpm-registry.onrender.com'
1414

1515
type :: fpm_global_settings
1616
!> Path to the global config file excluding the file name.

0 commit comments

Comments
 (0)