summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-stdnum
diff options
context:
space:
mode:
authorWill Fancher <elvishjerricco@gmail.com>2017-08-26 11:39:13 -0400
committerWill Fancher <elvishjerricco@gmail.com>2017-08-26 11:39:13 -0400
commit4d860389d88d35a702f79c0567cb4c6b1ec0deda (patch)
tree55ab20bfaf5e227ec2ff09317fcf74a11289c8bf /pkgs/development/python-modules/python-stdnum
parent05f9db601abd582be51f096affbb97eff49f2ccb (diff)
parent58dc4a85691343a200c1c4495c1bd839b84c2824 (diff)
Merge branch 'master' into improved-make-overridable
Diffstat (limited to 'pkgs/development/python-modules/python-stdnum')
-rw-r--r--pkgs/development/python-modules/python-stdnum/default.nix2
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;