diff options
| author | Vladimír Čunát <vcunat@gmail.com> | 2018-06-30 01:41:59 +0200 |
|---|---|---|
| committer | Vladimír Čunát <vcunat@gmail.com> | 2018-06-30 01:41:59 +0200 |
| commit | f7781f52933ff4a83d1396f6255dfa91e727dc7c (patch) | |
| tree | e76320ab79bb58dccf9c517c31aac209202217b5 /pkgs/development/python-modules/python-stdnum | |
| parent | 3892a3e5a913af86f22888cf13552c229629d126 (diff) | |
| parent | 2059bf9e39bef62e9386291e1041371bdd8036ab (diff) | |
Merge branch 'master' into staging
Diffstat (limited to 'pkgs/development/python-modules/python-stdnum')
| -rw-r--r-- | pkgs/development/python-modules/python-stdnum/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/python-stdnum/default.nix b/pkgs/development/python-modules/python-stdnum/default.nix index c991ce613fcd..381ecec996d1 100644 --- a/pkgs/development/python-modules/python-stdnum/default.nix +++ b/pkgs/development/python-modules/python-stdnum/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { sha256 = "d587a520182f9d8aef7659cca429f4382881589c8883a0a55322b2f94970bdb3"; }; meta = { - homepage = http://arthurdejong.org/python-stdnum/; + homepage = https://arthurdejong.org/python-stdnum/; description = "Python module to handle standardized numbers and codes"; maintainers = with lib.maintainers; [ johbo ]; license = lib.licenses.lgpl2Plus; |
