summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-stdnum
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2017-08-02 10:22:24 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2017-08-02 10:22:24 +0200
commit4f66c0cf21613301f0932b93ee885cab7f933fa7 (patch)
tree7f5c771d91d0b6d2d04b07221caf17292f8f1228 /pkgs/development/python-modules/python-stdnum
parentf49c2fbf7a0594717a16432295983512091fba26 (diff)
parent87b215d5f72cd51ea2b649e452c107c9e14f4abf (diff)
Merge remote-tracking branch 'upstream/master' into HEAD
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;