diff options
| author | John Ericson <John.Ericson@Obsidian.Systems> | 2017-12-29 14:24:10 -0500 |
|---|---|---|
| committer | John Ericson <John.Ericson@Obsidian.Systems> | 2017-12-29 14:24:10 -0500 |
| commit | 169227bfd248f1bc4175e62d2e3d77658f9b0738 (patch) | |
| tree | c390021c34c5fedfd9770129e1eac2b0e5989726 /pkgs/development/python-modules/python-stdnum | |
| parent | 2e0ebc0532f89e4073cbea3f0ef1074a7a21dd8a (diff) | |
| parent | 3a59cd87f26cc59c91fb821749b1ec0d64922f87 (diff) | |
Merge commit '3a59cd87f26cc59c91fb821749b1ec0d64922f87' into mingw32-w64-fix
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 337577141c2a..8e8fa61e9bc8 100644 --- a/pkgs/development/python-modules/python-stdnum/default.nix +++ b/pkgs/development/python-modules/python-stdnum/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { sha256 = "157a0aef01b1e846ddd11252dc516637da6b3347e32f0130825b7fae1d8b4655"; }; meta = { - homepage = "http://arthurdejong.org/python-stdnum/"; + homepage = http://arthurdejong.org/python-stdnum/; description = "Python module to handle standardized numbers and codes"; maintainers = with lib.maintainers; [ johbo ]; license = lib.licenses.lgpl2Plus; |
