summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-stdnum
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2017-12-05 17:09:41 -0500
committerJohn Ericson <John.Ericson@Obsidian.Systems>2017-12-05 17:09:41 -0500
commit93cd0685c5ac4d8f21d8586d3e5c45cd7394fab9 (patch)
tree1773d0874f1118e5ca4c82d77c0d78e25af6afff /pkgs/development/python-modules/python-stdnum
parentc9ca54199409324101bdee38f5b16e7656a16a22 (diff)
parent71186e73455a4e06e96a31da34b76f84e545ba1f (diff)
Merge commit '71186e73455a4e06e96a31da34b76f84e545ba1f' into gcc-simplify-flags
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;