diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2020-03-20 17:50:39 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2020-03-20 17:50:39 +0100 |
commit | 91ca4dac21c66c50b44b9334287ddc4277991867 (patch) | |
tree | a132f4d8d29a5cdb2e84234cf43427ae13e35fce /stdnum/mu/nid.py | |
parent | 273dd5494a525039e5c55d99bbf0835dee3388b9 (diff) |
Use HTTPS in URLs where possible
Diffstat (limited to 'stdnum/mu/nid.py')
-rw-r--r-- | stdnum/mu/nid.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdnum/mu/nid.py b/stdnum/mu/nid.py index 5af67fd..fef4193 100644 --- a/stdnum/mu/nid.py +++ b/stdnum/mu/nid.py @@ -35,7 +35,7 @@ The number consists of one alphabetic character and thirteen digits: More information: -* http://mnis.govmu.org/English/ID%20Card/Pages/default.aspx +* https://mnis.govmu.org/English/ID%20Card/Pages/default.aspx """ import datetime |